sqlite3BtreeGetMeta 7740 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue); sqlite3BtreeGetMeta 54056 third_party/sqlite/amalgamation/sqlite3.c sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot); sqlite3BtreeGetMeta 54306 third_party/sqlite/amalgamation/sqlite3.c sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &maxRootPgno); sqlite3BtreeGetMeta 55623 third_party/sqlite/amalgamation/sqlite3.c sqlite3BtreeGetMeta(p->pDest, BTREE_SCHEMA_VERSION, &p->iDestSchema); sqlite3BtreeGetMeta 65211 third_party/sqlite/amalgamation/sqlite3.c sqlite3BtreeGetMeta(db->aDb[u.at.iDb].pBt, u.at.iCookie, (u32 *)&u.at.iMeta); sqlite3BtreeGetMeta 65287 third_party/sqlite/amalgamation/sqlite3.c sqlite3BtreeGetMeta(u.av.pBt, BTREE_SCHEMA_VERSION, (u32 *)&u.av.iMeta); sqlite3BtreeGetMeta 89311 third_party/sqlite/amalgamation/sqlite3.c sqlite3BtreeGetMeta(pDb->pBt, i+1, (u32 *)&meta[i]); sqlite3BtreeGetMeta 89534 third_party/sqlite/amalgamation/sqlite3.c sqlite3BtreeGetMeta(pBt, BTREE_SCHEMA_VERSION, (u32 *)&cookie); sqlite3BtreeGetMeta 96663 third_party/sqlite/amalgamation/sqlite3.c sqlite3BtreeGetMeta(pMain, aCopy[i], &meta); sqlite3BtreeGetMeta 360 third_party/sqlite/src/src/backup.c sqlite3BtreeGetMeta(p->pDest, BTREE_SCHEMA_VERSION, &p->iDestSchema); sqlite3BtreeGetMeta 6937 third_party/sqlite/src/src/btree.c sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &pgnoRoot); sqlite3BtreeGetMeta 7187 third_party/sqlite/src/src/btree.c sqlite3BtreeGetMeta(p, BTREE_LARGEST_ROOT_PAGE, &maxRootPgno); sqlite3BtreeGetMeta 114 third_party/sqlite/src/src/btree.h void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue); sqlite3BtreeGetMeta 249 third_party/sqlite/src/src/prepare.c sqlite3BtreeGetMeta(pDb->pBt, i+1, (u32 *)&meta[i]); sqlite3BtreeGetMeta 472 third_party/sqlite/src/src/prepare.c sqlite3BtreeGetMeta(pBt, BTREE_SCHEMA_VERSION, (u32 *)&cookie); sqlite3BtreeGetMeta 298 third_party/sqlite/src/src/vacuum.c sqlite3BtreeGetMeta(pMain, aCopy[i], &meta); sqlite3BtreeGetMeta 2859 third_party/sqlite/src/src/vdbe.c sqlite3BtreeGetMeta(db->aDb[iDb].pBt, iCookie, (u32 *)&iMeta); sqlite3BtreeGetMeta 2931 third_party/sqlite/src/src/vdbe.c sqlite3BtreeGetMeta(pBt, BTREE_SCHEMA_VERSION, (u32 *)&iMeta);