Lines Matching refs:PTRMAP_BTREE
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 );
8300 ptrmapPut(pBt, pNew->pgno, PTRMAP_BTREE, pParent->pgno, &rc); in balance_nonroot()
8424 ptrmapPut(pBt, get4byte(pCell), PTRMAP_BTREE, pNew->pgno, &rc); in balance_nonroot()
8591 ptrmapPut(pBt, key, PTRMAP_BTREE, apNew[i]->pgno, &rc); in balance_nonroot()
8669 ptrmapPut(pBt, pgnoChild, PTRMAP_BTREE, pRoot->pgno, &rc); in balance_deeper()
10473 checkPtrmap(pCheck, pgno, PTRMAP_BTREE, iPage); in checkTreePage()
10538 checkPtrmap(pCheck, pgno, PTRMAP_BTREE, iPage); in checkTreePage()