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

  /external/chromium_org/third_party/sqlite/src/src/
btree.c 743 nPagesPerMapPage = (pBt->usableSize/5)+1;
940 surplus = minLocal + (nPayload - minLocal)%(pPage->pBt->usableSize - 4);
    [all...]
btreeInt.h 424 u32 usableSize; /* Number of usable bytes on each page */
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 62 milliseconds