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

/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c16506 #define EXCLUSIVE_LOCK 4 macro
16520 ** An EXCLUSIVE_LOCK is obtained by locking all bytes in the range.
[all...]

Completed in 714 milliseconds