NB 52967 third_party/sqlite/amalgamation/sqlite3.c MemPage *apOld[NB]; /* pPage and up to two siblings */ NB 52968 third_party/sqlite/amalgamation/sqlite3.c MemPage *apCopy[NB]; /* Private copies of apOld[] pages */ NB 52969 third_party/sqlite/amalgamation/sqlite3.c MemPage *apNew[NB+2]; /* pPage and up to NB siblings after balancing */ NB 52971 third_party/sqlite/amalgamation/sqlite3.c u8 *apDiv[NB-1]; /* Divider cells in pParent */ NB 52972 third_party/sqlite/amalgamation/sqlite3.c int cntNew[NB+2]; /* Index in aCell[] of cell after i-th page */ NB 52973 third_party/sqlite/amalgamation/sqlite3.c int szNew[NB+2]; /* Combined size of cells place on i-th page */ NB 53192 third_party/sqlite/amalgamation/sqlite3.c if( k>NB+1 ){ rc = SQLITE_CORRUPT_BKPT; goto balance_cleanup; } NB 5848 third_party/sqlite/src/src/btree.c MemPage *apOld[NB]; /* pPage and up to two siblings */ NB 5849 third_party/sqlite/src/src/btree.c MemPage *apCopy[NB]; /* Private copies of apOld[] pages */ NB 5850 third_party/sqlite/src/src/btree.c MemPage *apNew[NB+2]; /* pPage and up to NB siblings after balancing */ NB 5852 third_party/sqlite/src/src/btree.c u8 *apDiv[NB-1]; /* Divider cells in pParent */ NB 5853 third_party/sqlite/src/src/btree.c int cntNew[NB+2]; /* Index in aCell[] of cell after i-th page */ NB 5854 third_party/sqlite/src/src/btree.c int szNew[NB+2]; /* Combined size of cells place on i-th page */ NB 6073 third_party/sqlite/src/src/btree.c if( k>NB+1 ){ rc = SQLITE_CORRUPT_BKPT; goto balance_cleanup; }