Searched refs:BTREE_LARGEST_ROOT_PAGE (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/crypto/heimdal/lib/sqlite/ |
| D | sqlite3.c | 8053 #define BTREE_LARGEST_ROOT_PAGE 4 macro 55234 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot); 55484 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &maxRootPgno); 55585 if( idx==BTREE_LARGEST_ROOT_PAGE && *pMeta>0 ) pBt->readOnly = 1; 90594 { OP_ReadCookie, 0, 1, BTREE_LARGEST_ROOT_PAGE},
|
| /freebsd-10-stable/contrib/sqlite3/ |
| D | sqlite3.c | 12135 #define BTREE_LARGEST_ROOT_PAGE 4 macro 66442 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot); 66725 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &maxRootPgno); 66829 if( idx==BTREE_LARGEST_ROOT_PAGE && *pMeta>0 ){ 111321 { OP_ReadCookie, 0, 1, BTREE_LARGEST_ROOT_PAGE},
|