Searched refs:nNew (Results 1 – 2 of 2) sorted by relevance
2190 int nNew; /* Number of pages in apNew[] */ in balance() local2323 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 …]
822 ** encrypted, this routine will encrypt it. If pNew==0 or nNew==0, the