ptrmapGet        50408 sqlite3/libsqlite/sqlite3.c     rc = ptrmapGet(pBt, iLastPg, &eType, &iPtrPage);
ptrmapGet        51257 sqlite3/libsqlite/sqlite3.c       rc = ptrmapGet(pBt, iGuess, &eType, &pgno);
ptrmapGet        52307 sqlite3/libsqlite/sqlite3.c       rc = ptrmapGet(pBt, nearby, &eType, 0);
ptrmapGet        53239 sqlite3/libsqlite/sqlite3.c         ptrmapGet(pBt, ovfl, &e, &n);
ptrmapGet        53244 sqlite3/libsqlite/sqlite3.c         ptrmapGet(pBt, child, &e, &n);
ptrmapGet        53250 sqlite3/libsqlite/sqlite3.c       ptrmapGet(pBt, child, &e, &n);
ptrmapGet        54517 sqlite3/libsqlite/sqlite3.c       rc = ptrmapGet(pBt, pgnoRoot, &eType, &iPtrPage);
ptrmapGet        55010 sqlite3/libsqlite/sqlite3.c   rc = ptrmapGet(pCheck->pBt, iChild, &ePtrmapType, &iPtrmapParent);