Home | History | Annotate | Download | only in orig

Lines Matching refs:sqlite3BtreeDropTable

8284 SQLITE_PRIVATE int sqlite3BtreeDropTable(Btree*, int, int*);
51890 ** sqlite3BtreeDropTable()
56725 /* If sqlite3BtreeDropTable was called on page 1.
56734 SQLITE_PRIVATE int sqlite3BtreeDropTable(Btree *p, int iTable, int *piMoved){
69642 rc = sqlite3BtreeDropTable(db->aDb[u.bv.iDb].pBt, pOp->p1, &u.bv.iMoved);