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.c22333 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */
22373 gotPendingLock = 1;
22408 gotPendingLock = 0;
22436 if( gotPendingLock && locktype==SHARED_LOCK ){
32099 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */
32138 gotPendingLock = res;
32172 gotPendingLock = 0;
32194 if( gotPendingLock && locktype==SHARED_LOCK ){
/external/sqlite/dist/
Dsqlite3.c34922 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */
34975 gotPendingLock = res;
35009 gotPendingLock = 0;
35030 if( gotPendingLock && locktype==SHARED_LOCK ){
/external/sqlite/dist/orig/
Dsqlite3.c34902 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */
34955 gotPendingLock = res;
34989 gotPendingLock = 0;
35010 if( gotPendingLock && locktype==SHARED_LOCK ){