Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c52084 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */ local
52157 gotPendingLock = res;
52192 gotPendingLock = 0;
52213 if( gotPendingLock && locktype==SHARED_LOCK ){