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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c9099 #define NO_LOCK 0 macro
22555 pFile->locktype = NO_LOCK;
22787 assert( pFile->locktype!=NO_LOCK || locktype==SHARED_LOCK );
22796 if( pFile->locktype==NO_LOCK
22815 assert( pFile->locktype==NO_LOCK );
22937 ** must be either NO_LOCK or SHARED_LOCK.
22943 ** is NO_LOCK. If the second argument is SHARED_LOCK then this routine
22981 if( locktype==NO_LOCK && type>=SHARED_LOCK ){
25119 case NO_LOCK: return "NONE";
25970 assert( pFile->eFileLock!=NO_LOCK || eFileLoc
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c16502 #define NO_LOCK 0 macro
[all...]

Completed in 978 milliseconds