Searched refs:iTab (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree_rb.c53 * ROLLBACK_INSERT -> Need to insert (pKey, pData) into table iTab.
54 * ROLLBACK_DELETE -> Need to delete the record (pKey) into table iTab.
55 * ROLLBACK_CREATE -> Need to create table iTab.
56 * ROLLBACK_DROP -> Need to drop table iTab.
60 int iTab; member in struct:BtRollbackOp
661 pRollbackOp->iTab = *n;
686 pRollbackOp->iTab = n;
824 pOp->iTab = pCur->iTree;
840 pOp->iTab = pCur->iTree;
947 pOp->iTab
[all...]

Completed in 67 milliseconds