Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c2188 int nNew; /* Number of pages in apNew[] */ in balance() local
2321 nOld = nNew = 0; in balance()
2462 nNew++; in balance()
2517 for(i=0; i<nNew; i++){ in balance()
2528 if( i<nNew-1 && j<nCell ){ in balance()
2538 apNew[nNew-1]->u.hdr.rightChild = aOld[nOld-1].u.hdr.rightChild; in balance()
2540 pParent->u.hdr.rightChild = SWAB32(pBt, pgnoNew[nNew-1]); in balance()
2542 pParent->apCell[nxDiv]->h.leftChild = SWAB32(pBt, pgnoNew[nNew-1]); in balance()
2547 pCur->idx += nNew - nOld; in balance()
2558 for(i=0; i<nNew; i++){ in balance()
[all …]
H A Dsqlite.h.in819 ** encrypted, this routine will encrypt it. If pNew==0 or nNew==0, the