Home | History | Annotate | Download | only in dist

Lines Matching refs:NB

25681 ** NB:  If you define USE_PREAD or USE_PREAD64, then it might also
27247 /* NB: zFilename exists and remains valid until the file is closed
50922 ** of the page that participate in the balancing operation. NB is the
50932 #define NB (NN*2+1) /* Total pages involved in the balance */
51202 MemPage *apOld[NB]; /* pPage and up to two siblings */
51203 MemPage *apCopy[NB]; /* Private copies of apOld[] pages */
51204 MemPage *apNew[NB+2]; /* pPage and up to NB siblings after balancing */
51206 u8 *apDiv[NB-1]; /* Divider cells in pParent */
51207 int cntNew[NB+2]; /* Index in aCell[] of cell after i-th page */
51208 int szNew[NB+2]; /* Combined size of cells place on i-th page */
51238 ** has NB or fewer children then all children of pParent are taken.
51427 if( k>NB+1 ){ rc = SQLITE_CORRUPT_BKPT; goto balance_cleanup; }
51528 ** n is never more than NB (a small constant), that should
51531 ** When NB==3, this one optimization makes the database