Searched refs:xLock (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h536 ** argument to calls it makes to the xLock() and xUnlock() methods
613 ** The integer values to xLock() and xUnlock() are one of
621 ** xLock() increases the lock. xUnlock() decreases the lock.
690 int (*xLock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
H A Dsqlite3.c1086 ** argument to calls it makes to the xLock() and xUnlock() methods
1163 ** The integer values to xLock() and xUnlock() are one of
1171 ** xLock() increases the lock. xUnlock() decreases the lock.
1240 int (*xLock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
14727 return id->pMethods->xLock(id, lockType);
24172 os2Lock, /* xLock */
[all...]

Completed in 261 milliseconds