Searched refs:sqlite3BtreeGetMeta (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | btree.h | 130 void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
|
| H A D | prepare.c | 287 sqlite3BtreeGetMeta(pDb->pBt, i+1, (u32 *)&meta[i]); in sqlite3InitOne() 520 sqlite3BtreeGetMeta(pBt, BTREE_SCHEMA_VERSION, (u32 *)&cookie); in schemaIsValid()
|
| H A D | vacuum.c | 357 sqlite3BtreeGetMeta(pMain, aCopy[i], &meta); in sqlite3RunVacuum()
|
| H A D | btree.c | 9658 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot); in btreeCreateTable() 9928 sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &maxRootPgno); in btreeDropTable() 10014 void sqlite3BtreeGetMeta(Btree *p, int idx, u32 *pMeta){ in sqlite3BtreeGetMeta() function
|
| H A D | vdbe.c | 4006 sqlite3BtreeGetMeta(db->aDb[iDb].pBt, iCookie, (u32 *)&iMeta); in sqlite3VdbeExec()
|