Home
last modified time | relevance | path

Searched refs:aOld (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c2207 MemPage aOld[NB]; /* Temporary copies of pPage and its siblings */ in balance() local
2389 copyPage(&aOld[i], apOld[i]); in balance()
2399 MemPage *pOld = &aOld[i]; in balance()
2538 apNew[nNew-1]->u.hdr.rightChild = aOld[nOld-1].u.hdr.rightChild; in balance()
2576 if( apOld[i]!=0 && apOld[i]!=&aOld[i] ) sqlitepager_unref(apOld[i]); in balance()