Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dbtree.c2190 int nNew; /* Number of pages in apNew[] */ in balance() local
2323 nOld = nNew = 0; in balance()
2464 nNew++; in balance()
2519 for(i=0; i<nNew; i++){ in balance()
2530 if( i<nNew-1 && j<nCell ){ in balance()
2540 apNew[nNew-1]->u.hdr.rightChild = aOld[nOld-1].u.hdr.rightChild; in balance()
2542 pParent->u.hdr.rightChild = SWAB32(pBt, pgnoNew[nNew-1]); in balance()
2544 pParent->apCell[nxDiv]->h.leftChild = SWAB32(pBt, pgnoNew[nNew-1]); in balance()
2549 pCur->idx += nNew - nOld; in balance()
2560 for(i=0; i<nNew; i++){ in balance()
[all …]
H A Dsqlite.h.in822 ** encrypted, this routine will encrypt it. If pNew==0 or nNew==0, the