Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:sqlite3BtreeDropTable

7736 SQLITE_PRIVATE int sqlite3BtreeDropTable(Btree*, int, int*);
49626 ** sqlite3BtreeDropTable()
54362 /* If sqlite3BtreeDropTable was called on page 1.
54371 SQLITE_PRIVATE int sqlite3BtreeDropTable(Btree *p, int iTable, int *piMoved){
66929 rc = sqlite3BtreeDropTable(db->aDb[u.br.iDb].pBt, pOp->p1, &u.br.iMoved);