Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dos_os2.c321 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */ in os2Lock() local
361 gotPendingLock = 1; in os2Lock()
396 gotPendingLock = 0; in os2Lock()
424 if( gotPendingLock && locktype==SHARED_LOCK ){ in os2Lock()
Dos_win.c980 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */ in winLock() local
1019 gotPendingLock = res; in winLock()
1053 gotPendingLock = 0; in winLock()
1075 if( gotPendingLock && locktype==SHARED_LOCK ){ in winLock()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c22348 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */
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 */
32153 gotPendingLock = res;
32187 gotPendingLock = 0;
32209 if( gotPendingLock && locktype==SHARED_LOCK ){
/external/sqlite/dist/orig/
Dsqlite3.c23202 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */
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 */
34094 gotPendingLock = res;
34128 gotPendingLock = 0;
34150 if( gotPendingLock && locktype==SHARED_LOCK ){
/external/sqlite/dist/
Dsqlite3.c23202 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */
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 */
34122 gotPendingLock = res;
34156 gotPendingLock = 0;
34178 if( gotPendingLock && locktype==SHARED_LOCK ){