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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c9103 #define EXCLUSIVE_LOCK 4 macro
9117 ** An EXCLUSIVE_LOCK is obtained by locking all bytes in the range.
22744 ** (4) EXCLUSIVE_LOCK
22797 || (locktype==EXCLUSIVE_LOCK && pFile->locktype==RESERVED_LOCK)
22840 if( locktype==EXCLUSIVE_LOCK && res == NO_ERROR ){
22849 if( locktype==EXCLUSIVE_LOCK && res == NO_ERROR ){
22859 newLocktype = EXCLUSIVE_LOCK;
22959 if( type>=EXCLUSIVE_LOCK ){
25123 case EXCLUSIVE_LOCK: return "EXCLUSIVE";
25888 ** (4) EXCLUSIVE_LOCK
[all...]

Completed in 393 milliseconds