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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c9094 ** PENDING_LOCK may not be passed directly to sqlite3OsLock(). Instead, a
9102 #define PENDING_LOCK 3 macro
9120 ** A PENDING_LOCK is obtained by locking a designated byte different from
22743 ** (3) PENDING_LOCK
22788 assert( locktype!=PENDING_LOCK );
22791 /* Lock the PENDING_LOCK byte if we need to acquire a PENDING lock or
22793 ** the PENDING_LOCK byte is temporary.
22841 newLocktype = PENDING_LOCK;
22986 if( type>=PENDING_LOCK ){
25122 case PENDING_LOCK
[all...]

Completed in 329 milliseconds