Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3BtreeDropTable

13406 SQLITE_PRIVATE int sqlite3BtreeDropTable(Btree*, int, int*);
63675 ** sqlite3BtreeDropTable()
69317 SQLITE_PRIVATE int sqlite3BtreeDropTable(Btree *p, int iTable, int *piMoved){
85432 rc = sqlite3BtreeDropTable(db->aDb[iDb].pBt, pOp->p1, &iMoved);