Searched refs:aOvfl (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_stat.c88 int nOvfl; /* Entries in aOvfl[] */
89 u32 *aOvfl; /* Array of overflow page numbers */ member in struct:StatCell
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];
H A DbtreeInt.h289 } aOvfl[5]; member in struct:MemPage
H A Dbtree.c865 pOvfl = &pPage->aOvfl[i];
5431 ** in pPage->aOvfl[] and make it point to the cell content (either
5464 assert( pPage->nOverflow<=ArraySize(pPage->aOvfl) );
5481 assert( j<(int)(sizeof(pPage->aOvfl)/sizeof(pPage->aOvfl[0])) );
5482 pPage->aOvfl[j].pCell = pCell;
5483 pPage->aOvfl[j].idx = (u16)i;
5627 u8 *pCell = pPage->aOvfl[0].pCell;
5737 ** MemPage.aOvfl[] array), they are not copied to pTo.
5874 assert( pParent->nOverflow==0 || pParent->aOvfl[
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46491 } aOvfl[5]; member in struct:MemPage
[all...]

Completed in 1287 milliseconds