relocatePage     50057 third_party/sqlite/amalgamation/sqlite3.c         rc = relocatePage(pBt, pLastPg, eType, iPtrPage, iFreePg, nFin!=0);
relocatePage     54104 third_party/sqlite/amalgamation/sqlite3.c       rc = relocatePage(pBt, pRoot, eType, iPtrPage, pgnoMove, 0);
relocatePage     54328 third_party/sqlite/amalgamation/sqlite3.c         rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0);
relocatePage     2938 third_party/sqlite/src/src/btree.c         rc = relocatePage(pBt, pLastPg, eType, iPtrPage, iFreePg, nFin!=0);
relocatePage     6985 third_party/sqlite/src/src/btree.c       rc = relocatePage(pBt, pRoot, eType, iPtrPage, pgnoMove, 0);
relocatePage     7209 third_party/sqlite/src/src/btree.c         rc = relocatePage(pBt, pMove, PTRMAP_ROOTPAGE, 0, iTable, 0);