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

  /external/chromium_org/third_party/sqlite/src/src/
test_stat.c 75 " novfl INTEGER /* Number of overflow pages */" \
88 int nOvfl; /* Entries in aOvfl[] */
337 int nOvfl = ((nPayload - nLocal) + nUsable-4 - 1) / (nUsable - 4);
338 pCell->nLastOvfl = (nPayload-nLocal) - (nOvfl-1) * (nUsable-4);
339 pCell->nOvfl = nOvfl;
340 pCell->aOvfl = sqlite3_malloc(sizeof(u32)*nOvfl);
342 for(j=1; j<nOvfl; j++){
402 if( pCell->iOvfl<pCell->nOvfl ){
412 if( pCell->iOvfl<pCell->nOvfl-1 )
    [all...]
btree.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_write.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 745 milliseconds