Searched refs:xUnlock (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos.c87 return id->pMethods->xUnlock(id, lockType);
H A Dtest_multiplex.c723 /* Pass xUnlock requests through to the original VFS unchanged.
730 return pSubOpen->pMethods->xUnlock(pSubOpen, lock);
943 gMultiplex.sIoMethodsV1.xUnlock = multiplexUnlock;
H A Dtest_quota.c489 /* Pass xUnlock requests through to the original VFS unchanged.
493 return pSubOpen->pMethods->xUnlock(pSubOpen, lock);
599 gQuota.sIoMethodsV1.xUnlock = quotaUnlock;
H A Dtest_vfstrace.c331 vfstrace_printf(pInfo, "%s.xUnlock(%s,%s)", pInfo->zVfsName, p->zFName,
333 rc = p->pReal->pMethods->xUnlock(p->pReal, eLock);
511 pNew->xUnlock = vfstraceUnlock;
H A Dos_unix.c4223 UNLOCK, /* xUnlock */ \
4251 unixUnlock, /* xUnlock method */
4260 nolockUnlock, /* xUnlock method */
4269 dotlockUnlock, /* xUnlock method */
4280 flockUnlock, /* xUnlock method */
4292 semUnlock, /* xUnlock method */
4304 afpUnlock, /* xUnlock method */
4329 proxyUnlock, /* xUnlock method */
4342 nfsUnlock, /* xUnlock method */
6173 conchFile->pMethod->xUnlock((sqlite3_fil
[all...]
H A Dsqlite.h.in520 ** argument to calls it makes to the xLock() and xUnlock() methods
596 ** The integer values to xLock() and xUnlock() are one of
604 ** xLock() increases the lock. xUnlock() decreases the lock.
674 int (*xUnlock)(sqlite3_file*, int);
H A Dtest_osinst.c205 vfslogUnlock, /* xUnlock */
367 rc = p->pReal->pMethods->xUnlock(p->pReal, eLock);
771 case OS_UNLOCK: zEvent = "xUnlock"; break;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h525 ** argument to calls it makes to the xLock() and xUnlock() methods
601 ** The integer values to xLock() and xUnlock() are one of
609 ** xLock() increases the lock. xUnlock() decreases the lock.
679 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
H A Dsqlite3.c1068 ** argument to calls it makes to the xLock() and xUnlock() methods
1144 ** The integer values to xLock() and xUnlock() are one of
1152 ** xLock() increases the lock. xUnlock() decreases the lock.
1222 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
14031 return id->pMethods->xUnlock(id, lockType);
23365 os2Unlock, /* xUnlock */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h578 ** argument to calls it makes to the xLock() and xUnlock() methods
655 ** The integer values to xLock() and xUnlock() are one of
663 ** xLock() increases the lock. xUnlock() decreases the lock.
733 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
H A Dsqlite3.c693 ** argument to calls it makes to the xLock() and xUnlock() methods
770 ** The integer values to xLock() and xUnlock() are one of
778 ** xLock() increases the lock. xUnlock() decreases the lock.
848 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
15827 return id->pMethods->xUnlock(id, lockType);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h578 ** argument to calls it makes to the xLock() and xUnlock() methods
655 ** The integer values to xLock() and xUnlock() are one of
663 ** xLock() increases the lock. xUnlock() decreases the lock.
733 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
H A Dsqlite3.c693 ** argument to calls it makes to the xLock() and xUnlock() methods
770 ** The integer values to xLock() and xUnlock() are one of
778 ** xLock() increases the lock. xUnlock() decreases the lock.
848 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
15827 return id->pMethods->xUnlock(id, lockType);
[all...]
/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c834 rc = pLock->pFile->pMethods->xUnlock(pLock->pFile, eRequired);
1030 asyncUnlock, /* xUnlock */
1484 ** the xUnlock() call and the current lock from SQLite's point

Completed in 614 milliseconds