sqlite3BtreeUpdateMeta 7741 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeUpdateMeta(Btree*, int idx, u32 value); sqlite3BtreeUpdateMeta 54136 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3BtreeUpdateMeta(p, 4, pgnoRoot); sqlite3BtreeUpdateMeta 54355 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3BtreeUpdateMeta(p, 4, maxRootPgno); sqlite3BtreeUpdateMeta 55677 third_party/sqlite/amalgamation/sqlite3.c && (rc = sqlite3BtreeUpdateMeta(p->pDest,1,p->iDestSchema+1))==SQLITE_OK sqlite3BtreeUpdateMeta 65239 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3BtreeUpdateMeta(u.au.pDb->pBt, pOp->p2, (int)pIn3->u.i); sqlite3BtreeUpdateMeta 96664 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3BtreeUpdateMeta(pTemp, aCopy[i], meta+aCopy[i+1]); sqlite3BtreeUpdateMeta 414 third_party/sqlite/src/src/backup.c && (rc = sqlite3BtreeUpdateMeta(p->pDest,1,p->iDestSchema+1))==SQLITE_OK sqlite3BtreeUpdateMeta 7017 third_party/sqlite/src/src/btree.c rc = sqlite3BtreeUpdateMeta(p, 4, pgnoRoot); sqlite3BtreeUpdateMeta 7236 third_party/sqlite/src/src/btree.c rc = sqlite3BtreeUpdateMeta(p, 4, maxRootPgno); sqlite3BtreeUpdateMeta 115 third_party/sqlite/src/src/btree.h int sqlite3BtreeUpdateMeta(Btree*, int idx, u32 value); sqlite3BtreeUpdateMeta 299 third_party/sqlite/src/src/vacuum.c rc = sqlite3BtreeUpdateMeta(pTemp, aCopy[i], meta+aCopy[i+1]); sqlite3BtreeUpdateMeta 2885 third_party/sqlite/src/src/vdbe.c rc = sqlite3BtreeUpdateMeta(pDb->pBt, pOp->p2, (int)pIn3->u.i);