Home
last modified time | relevance | path

Searched refs:NB (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/test/
H A Dshell2.test74 # NB. whitespace is important
83 # NB. whitespace is important
95 # NB. whitespace is important
109 # NB. whitespace is important
123 # NB. whitespace is important
152 # NB. whitespace is important
H A Drowhash.test15 # NB: The rowhash.c module is no longer part of the source tree. But
H A Dmultiplex4.test62 # NB: The PRAGMA multiplex_truncate command is implemented using the
H A Dshell4.test73 # NB. whitespace is important
H A Dfuzz-oss1.test10 # NB: Portions of this file are extracted from open-source projects
/sqlite-3.40.0/ext/wasm/
H A DREADME.md85 *NB: The following are developer notes, last validated on 2022-08-18*
/sqlite-3.40.0/src/
H A Dbtree.c7157 #define NB 3 /* (NN*2+1): Total pages involved in the balance */ macro
7228 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 …]