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

/macosx-10.10/Heimdal-398.1.2/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 338 milliseconds