Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3BtreeDropTable

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