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

/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h634 ** argument to calls it makes to the xLock() and xUnlock() methods
711 ** The integer values to xLock() and xUnlock() are one of
719 ** xLock() increases the lock. xUnlock() decreases the lock.
793 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
H A Dshell.c3837 apndUnlock, /* xUnlock */
3964 return pFile->pMethods->xUnlock(pFile, eLock);
H A Dsqlite3.c1697 ** argument to calls it makes to the xLock() and xUnlock() methods
1774 ** The integer values to xLock() and xUnlock() are one of
1782 ** xLock() increases the lock. xUnlock() decreases the lock.
1856 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
23357 return id->pMethods->xUnlock(id, lockType);
[all...]

Completed in 1025 milliseconds