Home | History | Annotate | Download | only in dist

Lines Matching refs:xRollback

5521   int (*xRollback)(sqlite3_vtab *pVTab);
102248 ** This function invokes either the xRollback or xCommit method
102304 ** Invoke the xRollback method of all virtual tables in the
102308 xRollback));
102323 ** (xBegin/xRollback/xCommit and optionally xSync) and a transaction is
116674 int inTransaction; /* True after xBegin but before xCommit/xRollback */
119812 ** Implementation of xRollback(). Discard the contents of the pending-terms
120141 /* xRollback */ fts3RollbackMethod,
122317 0, /* xRollback */
133033 0, /* xRollback - rollback transaction */