Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c10655 #define EXCLUSIVE_LOCK 4 macro
27155 }else if( eFileLock==EXCLUSIVE_LOCK ){
28383 }else if( eFileLock==EXCLUSIVE_LOCK ){
32227 if( lockType==EXCLUSIVE_LOCK ){
36238 || ( (locktype==EXCLUSIVE_LOCK)
36294 if( locktype==EXCLUSIVE_LOCK && res ){
36301 if( locktype==EXCLUSIVE_LOCK && res ){
36307 newLocktype = EXCLUSIVE_LOCK;
36388 if( type>=EXCLUSIVE_LOCK ){
42562 assert( p->eLock==EXCLUSIVE_LOCK );
[all …]

Completed in 359 milliseconds