Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_win.c3247 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */ local
3305 gotPendingLock = res;
3339 gotPendingLock = 0;
3360 if( gotPendingLock && locktype==SHARED_LOCK ){