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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h575 ** argument to calls it makes to the xLock() and xUnlock() methods
652 ** The integer values to xLock() and xUnlock() are one of
660 ** xLock() increases the lock. xUnlock() decreases the lock.
730 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
H A Dsqlite3.c1146 ** argument to calls it makes to the xLock() and xUnlock() methods
1223 ** The integer values to xLock() and xUnlock() are one of
1231 ** xLock() increases the lock. xUnlock() decreases the lock.
1301 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
15188 return id->pMethods->xUnlock(id, lockType);
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h531 ** argument to calls it makes to the xLock() and xUnlock() methods
608 ** The integer values to xLock() and xUnlock() are one of
616 ** xLock() increases the lock. xUnlock() decreases the lock.
686 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
H A Dsqlite3.c1084 ** argument to calls it makes to the xLock() and xUnlock() methods
1161 ** The integer values to xLock() and xUnlock() are one of
1169 ** xLock() increases the lock. xUnlock() decreases the lock.
1239 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
14421 return id->pMethods->xUnlock(id, lockType);
23799 os2Unlock, /* xUnlock */
[all...]

Completed in 701 milliseconds