HomeSort by relevance Sort by last modified time
    Searched refs:bPending (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
os_win.c 90 BOOL bPending; /* Indicates a pending lock has been obtained */
447 if (pFile->local.bPending){
448 pFile->shared->bPending = FALSE;
509 if (pFile->shared->bPending == 0) {
510 pFile->shared->bPending = TRUE;
511 pFile->local.bPending = TRUE;
572 if (pFile->local.bPending){
573 pFile->local.bPending = FALSE;
574 pFile->shared->bPending = FALSE;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 82 milliseconds