Home
last modified time | relevance | path

Searched refs:BTREE_LARGEST_ROOT_PAGE (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dbtree.h156 #define BTREE_LARGEST_ROOT_PAGE 4 macro
H A Dpragma.c782 { OP_ReadCookie, 0, 1, BTREE_LARGEST_ROOT_PAGE}, in sqlite3Pragma()
H A Dbtree.c9658 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()