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

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c5836 int nOld; /* Number of pages in apOld[] */
5848 MemPage *apOld[NB]; /* pPage and up to two siblings */ local
5849 MemPage *apCopy[NB]; /* Private copies of apOld[] pages */
5913 rc = getAndInitPage(pBt, pgno, &apOld[i]);
5915 memset(apOld, 0, (i+1)*sizeof(MemPage*));
5918 nMaxCells += 1+apOld[i]->nCell+apOld[i]->nOverflow;
5947 memset(apOld, 0, (i+1)*sizeof(MemPage*));
5996 leafCorrection = apOld[0]->leaf*4;
5997 leafData = apOld[
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c52967 MemPage *apOld[NB]; /* pPage and up to two siblings */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c57672 MemPage *apOld[NB]; /* pPage and up to two siblings */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c57692 MemPage *apOld[NB]; /* pPage and up to two siblings */ local
[all...]

Completed in 638 milliseconds