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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c321 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */ local
361 gotPendingLock = 1;
396 gotPendingLock = 0;
424 if( gotPendingLock && locktype==SHARED_LOCK ){
H A Dos_win.c980 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */ local
1019 gotPendingLock = res;
1053 gotPendingLock = 0;
1075 if( gotPendingLock && locktype==SHARED_LOCK ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c22348 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */ local
22388 gotPendingLock = 1;
22423 gotPendingLock = 0;
22451 if( gotPendingLock && locktype==SHARED_LOCK ){
32114 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c23202 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */ local
23242 gotPendingLock = 1;
23277 gotPendingLock = 0;
23305 if( gotPendingLock && locktype==SHARED_LOCK ){
34052 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c23202 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */ local
23242 gotPendingLock = 1;
23277 gotPendingLock = 0;
23305 if( gotPendingLock && locktype==SHARED_LOCK ){
34080 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */ local
[all...]

Completed in 426 milliseconds