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

  /external/chromium_org/third_party/sqlite/src/src/
test_stat.c 88 int nOvfl; /* Entries in aOvfl[] */
89 u32 *aOvfl; /* Array of overflow page numbers */
91 int iOvfl; /* Iterates through aOvfl[] */
226 sqlite3_free(p->aCell[i].aOvfl);
340 pCell->aOvfl = sqlite3_malloc(sizeof(u32)*nOvfl);
341 pCell->aOvfl[0] = sqlite3Get4byte(&aData[iOff+nLocal]);
344 u32 iPrev = pCell->aOvfl[j-1];
351 pCell->aOvfl[j] = sqlite3Get4byte(sqlite3PagerGetData(pPg));
405 pCsr->iPageno = pCell->aOvfl[pCell->iOvfl];
btreeInt.h 289 } aOvfl[5];