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

  /external/chromium_org/third_party/sqlite/src/tool/
showwal.c 16 static int mxFrame = 0; /* Last frame */
297 mxFrame = (sbuf.st_size - 32)/(pagesize + 24);
298 printf("Available pages: 1..%d\n", mxFrame);
302 for(i=1; i<=mxFrame; i++) print_oneline_frame(i);
318 iEnd = mxFrame;
341 if( iStart<1 || iEnd<iStart || iEnd>mxFrame ){
344 mxFrame);
  /external/chromium_org/third_party/sqlite/src/src/
wal.c 111 ** valid frame in the WAL. The reader uses this recorded "mxFrame" value
113 ** to the WAL, but as long as the reader uses its original mxFrame value
152 ** in the the mxFrame field.
193 ** K will be (mxFrame%HASHTABLE_NPAGE).) Unused slots of the hash table
307 u32 mxFrame; /* Index of last valid frame in the WAL */
322 ** WalIndexHdr.mxFrame. nBackfill can only be increased by threads
325 ** mxFrame back to zero when the WAL is reset.
329 ** the mxFrame for that reader. The value READMARK_NOT_USED (0xffffffff)
345 ** largest value and will increase an unused aReadMark[] to mxFrame if there
346 ** is not already an aReadMark[] equal to mxFrame. The exception to th
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 110 milliseconds