Searched refs:PTRMAP_BTREE (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | btreeInt.h | 659 #define PTRMAP_BTREE 5 macro
|
| H A D | btree.c | 3686 ptrmapPut(pBt, childPgno, PTRMAP_BTREE, pgno, &rc); in setChildPtrmaps() 3692 ptrmapPut(pBt, childPgno, PTRMAP_BTREE, pgno, &rc); in setChildPtrmaps() 3756 if( eType!=PTRMAP_BTREE || in modifyPagePointer() 3790 eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ); in relocatePage() 3812 if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){ in relocatePage() 7676 ptrmapPut(pBt, pgnoNew, PTRMAP_BTREE, pParent->pgno, &rc); in balance_quick() 7747 assert( n==pPage->pgno && e==PTRMAP_BTREE ); 7753 assert( n==pPage->pgno && e==PTRMAP_BTREE ); 8591 ptrmapPut(pBt, key, PTRMAP_BTREE, apNew[i]->pgno, &rc); in balance_nonroot() 10473 checkPtrmap(pCheck, pgno, PTRMAP_BTREE, iPage); in checkTreePage() [all …]
|