Searched refs:BTREE_LARGEST_ROOT_PAGE (Results 1 – 3 of 3) sorted by relevance
156 #define BTREE_LARGEST_ROOT_PAGE 4 macro
782 { OP_ReadCookie, 0, 1, BTREE_LARGEST_ROOT_PAGE}, in sqlite3Pragma()
9658 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot); in btreeCreateTable()9928 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &maxRootPgno); in btreeDropTable()10032 if( idx==BTREE_LARGEST_ROOT_PAGE && *pMeta>0 ){ in sqlite3BtreeGetMeta()