Searched refs:NB (Results 1 – 7 of 7) sorted by relevance
74 # NB. whitespace is important83 # NB. whitespace is important95 # NB. whitespace is important109 # NB. whitespace is important123 # NB. whitespace is important152 # NB. whitespace is important
15 # NB: The rowhash.c module is no longer part of the source tree. But
62 # NB: The PRAGMA multiplex_truncate command is implemented using the
73 # NB. whitespace is important
10 # NB: Portions of this file are extracted from open-source projects
85 *NB: The following are developer notes, last validated on 2022-08-18*
7157 #define NB 3 /* (NN*2+1): Total pages involved in the balance */ macro7228 u8 *apEnd[NB*2]; /* MemPage.aDataEnd values */7303 for(k=0; pCArray->ixNx[k]<=i && ALWAYS(k<NB*2); k++){} in rebuildPage()7386 for(k=0; pCArray->ixNx[k]<=i && ALWAYS(k<NB*2); k++){} in pageInsertArray()7880 MemPage *apOld[NB]; /* pPage and up to two siblings */ in balance_nonroot()7883 u8 *apDiv[NB-1]; /* Divider cells in pParent */ in balance_nonroot()7885 int cntOld[NB+2]; /* Old index in b.apCell[] */ in balance_nonroot()7889 u8 abDone[NB+2]; /* True after i'th new page is populated */ in balance_nonroot()8178 if( k>NB+2 ){ rc = SQLITE_CORRUPT_BKPT; goto balance_cleanup; } in balance_nonroot()8404 assert( iOld>=0 && iOld<NB ); in balance_nonroot()[all …]