Lines Matching refs:xRollback
7157 int (*xRollback)(sqlite3_vtab *pVTab);
117756 0, /* xRollback - rollback transaction */
128213 ** This function invokes either the xRollback or xCommit method
128267 ** Invoke the xRollback method of all virtual tables in the
128271 callFinaliser(db, offsetof(sqlite3_module,xRollback));
128286 ** (xBegin/xRollback/xCommit and optionally xSync) and a transaction is
148748 int inTransaction; /* True after xBegin but before xCommit/xRollback */
152304 ** Implementation of xRollback(). Discard the contents of the pending-terms
152664 /* xRollback */ fts3RollbackMethod,
155308 0, /* xRollback */
158884 0, /* xRollback */
170328 rtreeEndTransaction, /* xRollback - rollback transaction */
178294 0, /* xRollback */
178708 0, /* xRollback */
185840 0, /* xRollback */
185867 0, /* xRollback */
200760 ** xRollback(): Rollback the transaction.
200774 ** xSavepoint() is called. And discarded whenever xRollback() or xRollbackTo()
202340 ** Implementation of xRollback(). Discard the contents of the pending-terms
203370 /* xRollback */ fts5RollbackMethod,
207296 /* xRollback */ 0,
207578 0, /* xRollback */