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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c9329 #define EXCLUSIVE_LOCK 4 macro
9343 ** An EXCLUSIVE_LOCK is obtained by locking all bytes in the range.
23118 ** (4) EXCLUSIVE_LOCK
23171 || (locktype==EXCLUSIVE_LOCK && pFile->locktype==RESERVED_LOCK)
23214 if( locktype==EXCLUSIVE_LOCK && res == NO_ERROR ){
23223 if( locktype==EXCLUSIVE_LOCK && res == NO_ERROR ){
23233 newLocktype = EXCLUSIVE_LOCK;
23333 if( type>=EXCLUSIVE_LOCK ){
25508 case EXCLUSIVE_LOCK: return "EXCLUSIVE";
26273 ** (4) EXCLUSIVE_LOCK
[all...]

Completed in 407 milliseconds