Searched refs:xLock (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.
729 int (*xLock)(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.
1300 int (*xLock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
15185 return id->pMethods->xLock(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.
685 int (*xLock)(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.
1238 int (*xLock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
14418 return id->pMethods->xLock(id, lockType);
23798 os2Lock, /* xLock */
[all...]

Completed in 2281 milliseconds