Home | History | Annotate | Download | only in orig

Lines Matching defs:xRollback

5521   int (*xRollback)(sqlite3_vtab *pVTab);
102212 ** This function invokes either the xRollback or xCommit method
102268 ** Invoke the xRollback method of all virtual tables in the
102272 callFinaliser(db, offsetof(sqlite3_module,xRollback));
102287 ** (xBegin/xRollback/xCommit and optionally xSync) and a transaction is
116638 int inTransaction; /* True after xBegin but before xCommit/xRollback */
119776 ** Implementation of xRollback(). Discard the contents of the pending-terms
120105 /* xRollback */ fts3RollbackMethod,
122271 0, /* xRollback */
132987 0, /* xRollback - rollback transaction */