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

  /external/chromium_org/third_party/sqlite/src/src/
wal.c 319 ** 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 */
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 56 milliseconds