Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_win.c252 BOOL bPending; /* Indicates a pending lock has been obtained */ member
2358 if (pFile->local.bPending){ in winceDestroyLock()
2359 pFile->shared->bPending = FALSE; in winceDestroyLock()
2421 if (pFile->shared->bPending == 0) { in winceLockFile()
2422 pFile->shared->bPending = TRUE; in winceLockFile()
2423 pFile->local.bPending = TRUE; in winceLockFile()
2487 if (pFile->local.bPending){ in winceUnlockFile()
2488 pFile->local.bPending = FALSE; in winceUnlockFile()
2489 pFile->shared->bPending = FALSE; in winceUnlockFile()