Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c15881 #define EXCLUSIVE_LOCK 4 macro
34357 }else if( eFileLock==EXCLUSIVE_LOCK ){
35568 }else if( eFileLock==EXCLUSIVE_LOCK ){
39598 if( lockType==EXCLUSIVE_LOCK ){
43913 if( locktype==EXCLUSIVE_LOCK && res ){
43920 if( locktype==EXCLUSIVE_LOCK && res ){
43926 newLocktype = EXCLUSIVE_LOCK;
44007 if( type>=EXCLUSIVE_LOCK ){
51547 assert( p->eLock==EXCLUSIVE_LOCK );
51550 assert( p->eLock>=EXCLUSIVE_LOCK );
[all …]

Completed in 316 milliseconds