Home | History | Annotate | Download | only in orig

Lines Matching refs:NB

27995 ** NB:  If you define USE_PREAD or USE_PREAD64, then it might also
29714 /* NB: zFilename exists and remains valid until the file is closed
55025 ** of the page that participate in the balancing operation. NB is the
55035 #define NB (NN*2+1) /* Total pages involved in the balance */
55305 MemPage *apOld[NB]; /* pPage and up to two siblings */
55306 MemPage *apCopy[NB]; /* Private copies of apOld[] pages */
55307 MemPage *apNew[NB+2]; /* pPage and up to NB siblings after balancing */
55309 u8 *apDiv[NB-1]; /* Divider cells in pParent */
55310 int cntNew[NB+2]; /* Index in aCell[] of cell after i-th page */
55311 int szNew[NB+2]; /* Combined size of cells place on i-th page */
55341 ** has NB or fewer children then all children of pParent are taken.
55544 if( k>NB+1 ){ rc = SQLITE_CORRUPT_BKPT; goto balance_cleanup; }
55651 ** n is never more than NB (a small constant), that should
55654 ** When NB==3, this one optimization makes the database