Searched defs:aOld (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c2209 MemPage aOld[NB]; /* Temporary copies of pPage and its siblings */ local
2385 ** Make copies of the content of pPage and its siblings into aOld[].
2391 copyPage(&aOld[i], apOld[i]);
2401 MemPage *pOld = &aOld[i];
2540 apNew[nNew-1]->u.hdr.rightChild = aOld[nOld-1].u.hdr.rightChild;
2578 if( apOld[i]!=0 && apOld[i]!=&aOld[i] ) sqlitepager_unref(apOld[i]);

Completed in 688 milliseconds