Searched refs:BTREE_LARGEST_ROOT_PAGE (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.h133 #define BTREE_LARGEST_ROOT_PAGE 4 macro
H A Dpragma.c633 { OP_ReadCookie, 0, 1, BTREE_LARGEST_ROOT_PAGE},
H A Dbtree.c6937 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot);
7187 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &maxRootPgno);
7288 if( idx==BTREE_LARGEST_ROOT_PAGE && *pMeta>0 ) pBt->readOnly = 1;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7759 #define BTREE_LARGEST_ROOT_PAGE 4 macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8973 #define BTREE_LARGEST_ROOT_PAGE 4 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8973 #define BTREE_LARGEST_ROOT_PAGE 4 macro
[all...]

Completed in 507 milliseconds