Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3BtreeDropTable

8947 SQLITE_PRIVATE int sqlite3BtreeDropTable(Btree*, int, int*);
54200 ** sqlite3BtreeDropTable()
59125 /* If sqlite3BtreeDropTable was called on page 1.
59134 SQLITE_PRIVATE int sqlite3BtreeDropTable(Btree *p, int iTable, int *piMoved){
72962 rc = sqlite3BtreeDropTable(db->aDb[iDb].pBt, pOp->p1, &iMoved);