Searched defs:nBackfill (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwal.c319 ** nBackfill is the number of frames in the WAL that have been written
321 ** database "backfilling".) The nBackfill number is never greater than
322 ** WalIndexHdr.mxFrame. nBackfill can only be increased by threads
324 ** However, a WAL_WRITE_LOCK thread can move the value of nBackfill from
347 ** previous sentence is when nBackfill equals mxFrame (meaning that everything
354 ** if nBackfill equals mxFrame (meaning that all WAL content has been
364 u32 nBackfill; /* Number of WAL frames backfilled into DB */ member in struct:WalCkptInfo
1180 pInfo->nBackfill = 0;
1611 ** This routine uses and updates the nBackfill field of the wal-index header.
1612 ** This is the only routine tha will increase the value of nBackfill
1682 u32 nBackfill = pInfo->nBackfill; local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c43823 u32 nBackfill; /* Number of WAL frames backfilled into DB */ member in struct:WalCkptInfo
45141 u32 nBackfill = pInfo->nBackfill; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c45697 u32 nBackfill; /* Number of WAL frames backfilled into DB */ member in struct:WalCkptInfo
47049 u32 nBackfill = pInfo->nBackfill; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c45725 u32 nBackfill; /* Number of WAL frames backfilled into DB */ member in struct:WalCkptInfo
47077 u32 nBackfill = pInfo->nBackfill; local
[all...]

Completed in 447 milliseconds