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

  /external/chromium_org/third_party/sqlite/src/src/
btreeInt.h 455 u16 iOverflow; /* Offset to overflow page number. Zero if no overflow */
btree.c 923 pInfo->iOverflow = 0;
948 pInfo->iOverflow = (u16)(pInfo->nLocal + n);
949 pInfo->nSize = pInfo->iOverflow + 4;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 56 milliseconds