Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c50652 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */ local
50725 gotPendingLock = res;
50760 gotPendingLock = 0;
50781 if( gotPendingLock && locktype==SHARED_LOCK ){