Home | History | Annotate | Download | only in dist

Lines Matching refs:NB

28013 ** NB:  If you define USE_PREAD or USE_PREAD64, then it might also
29742 /* NB: zFilename exists and remains valid until the file is closed
55053 ** of the page that participate in the balancing operation. NB is the
55063 #define NB (NN*2+1) /* Total pages involved in the balance */
55333 MemPage *apOld[NB]; /* pPage and up to two siblings */
55334 MemPage *apCopy[NB]; /* Private copies of apOld[] pages */
55335 MemPage *apNew[NB+2]; /* pPage and up to NB siblings after balancing */
55337 u8 *apDiv[NB-1]; /* Divider cells in pParent */
55338 int cntNew[NB+2]; /* Index in aCell[] of cell after i-th page */
55339 int szNew[NB+2]; /* Combined size of cells place on i-th page */
55369 ** has NB or fewer children then all children of pParent are taken.
55572 if( k>NB+1 ){ rc = SQLITE_CORRUPT_BKPT; goto balance_cleanup; }
55679 ** n is never more than NB (a small constant), that should
55682 ** When NB==3, this one optimization makes the database