PTRMAP_BTREE     49807 third_party/sqlite/amalgamation/sqlite3.c       ptrmapPut(pBt, childPgno, PTRMAP_BTREE, pgno, &rc);
PTRMAP_BTREE     49813 third_party/sqlite/amalgamation/sqlite3.c     ptrmapPut(pBt, childPgno, PTRMAP_BTREE, pgno, &rc);
PTRMAP_BTREE     49872 third_party/sqlite/amalgamation/sqlite3.c       if( eType!=PTRMAP_BTREE || 
PTRMAP_BTREE     49908 third_party/sqlite/amalgamation/sqlite3.c       eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE );
PTRMAP_BTREE     49929 third_party/sqlite/amalgamation/sqlite3.c   if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){
PTRMAP_BTREE     52765 third_party/sqlite/amalgamation/sqlite3.c       ptrmapPut(pBt, pgnoNew, PTRMAP_BTREE, pParent->pgno, &rc);
PTRMAP_BTREE     52834 third_party/sqlite/amalgamation/sqlite3.c         assert( n==pPage->pgno && e==PTRMAP_BTREE );
PTRMAP_BTREE     52840 third_party/sqlite/amalgamation/sqlite3.c       assert( n==pPage->pgno && e==PTRMAP_BTREE );
PTRMAP_BTREE     53267 third_party/sqlite/amalgamation/sqlite3.c         ptrmapPut(pBt, pNew->pgno, PTRMAP_BTREE, pParent->pgno, &rc);
PTRMAP_BTREE     53506 third_party/sqlite/amalgamation/sqlite3.c           ptrmapPut(pBt, get4byte(apCell[i]), PTRMAP_BTREE, pNew->pgno, &rc);
PTRMAP_BTREE     53517 third_party/sqlite/amalgamation/sqlite3.c         ptrmapPut(pBt, key, PTRMAP_BTREE, apNew[i]->pgno, &rc);
PTRMAP_BTREE     53588 third_party/sqlite/amalgamation/sqlite3.c       ptrmapPut(pBt, pgnoChild, PTRMAP_BTREE, pRoot->pgno, &rc);
PTRMAP_BTREE     54782 third_party/sqlite/amalgamation/sqlite3.c         checkPtrmap(pCheck, pgno, PTRMAP_BTREE, iPage, zContext);
PTRMAP_BTREE     54799 third_party/sqlite/amalgamation/sqlite3.c       checkPtrmap(pCheck, pgno, PTRMAP_BTREE, iPage, zContext);
PTRMAP_BTREE     2688 third_party/sqlite/src/src/btree.c       ptrmapPut(pBt, childPgno, PTRMAP_BTREE, pgno, &rc);
PTRMAP_BTREE     2694 third_party/sqlite/src/src/btree.c     ptrmapPut(pBt, childPgno, PTRMAP_BTREE, pgno, &rc);
PTRMAP_BTREE     2753 third_party/sqlite/src/src/btree.c       if( eType!=PTRMAP_BTREE || 
PTRMAP_BTREE     2789 third_party/sqlite/src/src/btree.c       eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE );
PTRMAP_BTREE     2810 third_party/sqlite/src/src/btree.c   if( eType==PTRMAP_BTREE || eType==PTRMAP_ROOTPAGE ){
PTRMAP_BTREE     5646 third_party/sqlite/src/src/btree.c       ptrmapPut(pBt, pgnoNew, PTRMAP_BTREE, pParent->pgno, &rc);
PTRMAP_BTREE     5715 third_party/sqlite/src/src/btree.c         assert( n==pPage->pgno && e==PTRMAP_BTREE );
PTRMAP_BTREE     5721 third_party/sqlite/src/src/btree.c       assert( n==pPage->pgno && e==PTRMAP_BTREE );
PTRMAP_BTREE     6148 third_party/sqlite/src/src/btree.c         ptrmapPut(pBt, pNew->pgno, PTRMAP_BTREE, pParent->pgno, &rc);
PTRMAP_BTREE     6387 third_party/sqlite/src/src/btree.c           ptrmapPut(pBt, get4byte(apCell[i]), PTRMAP_BTREE, pNew->pgno, &rc);
PTRMAP_BTREE     6398 third_party/sqlite/src/src/btree.c         ptrmapPut(pBt, key, PTRMAP_BTREE, apNew[i]->pgno, &rc);
PTRMAP_BTREE     6469 third_party/sqlite/src/src/btree.c       ptrmapPut(pBt, pgnoChild, PTRMAP_BTREE, pRoot->pgno, &rc);
PTRMAP_BTREE     7663 third_party/sqlite/src/src/btree.c         checkPtrmap(pCheck, pgno, PTRMAP_BTREE, iPage, zContext);
PTRMAP_BTREE     7680 third_party/sqlite/src/src/btree.c       checkPtrmap(pCheck, pgno, PTRMAP_BTREE, iPage, zContext);