Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c49031 BOOL bPending; /* Indicates a pending lock has been obtained */ member
51105 if (pFile->local.bPending){ in winceDestroyLock()
51106 pFile->shared->bPending = FALSE; in winceDestroyLock()
51168 if (pFile->shared->bPending == 0) { in winceLockFile()
51169 pFile->shared->bPending = TRUE; in winceLockFile()
51170 pFile->local.bPending = TRUE; in winceLockFile()
51234 if (pFile->local.bPending){ in winceUnlockFile()
51235 pFile->local.bPending = FALSE; in winceUnlockFile()
51236 pFile->shared->bPending = FALSE; in winceUnlockFile()