BTREE_LARGEST_ROOT_PAGE 54056 third_party/sqlite/amalgamation/sqlite3.c     sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot);
BTREE_LARGEST_ROOT_PAGE 54306 third_party/sqlite/amalgamation/sqlite3.c       sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &maxRootPgno);
BTREE_LARGEST_ROOT_PAGE 54407 third_party/sqlite/amalgamation/sqlite3.c   if( idx==BTREE_LARGEST_ROOT_PAGE && *pMeta>0 ) pBt->readOnly = 1;
BTREE_LARGEST_ROOT_PAGE 88169 third_party/sqlite/amalgamation/sqlite3.c             { OP_ReadCookie,     0,         1,         BTREE_LARGEST_ROOT_PAGE},
BTREE_LARGEST_ROOT_PAGE 6937 third_party/sqlite/src/src/btree.c     sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot);
BTREE_LARGEST_ROOT_PAGE 7187 third_party/sqlite/src/src/btree.c       sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &maxRootPgno);
BTREE_LARGEST_ROOT_PAGE 7288 third_party/sqlite/src/src/btree.c   if( idx==BTREE_LARGEST_ROOT_PAGE && *pMeta>0 ) pBt->readOnly = 1;
BTREE_LARGEST_ROOT_PAGE  633 third_party/sqlite/src/src/pragma.c             { OP_ReadCookie,     0,         1,         BTREE_LARGEST_ROOT_PAGE},