Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c52112 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */ local
52185 gotPendingLock = res;
52220 gotPendingLock = 0;
52241 if( gotPendingLock && locktype==SHARED_LOCK ){