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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest8.c1052 ** xBegin, xSync, xCommit and xRollback callbacks for echo module
1147 /* Ticket #3083 - Only call xRollback if we have previously started
1151 rc = echoTransactionCall(tab, "xRollback");
1257 echoRollback, /* xRollback - rollback transaction */
H A Dsqlite.h.in4603 int (*xRollback)(sqlite3_vtab *pVTab);
H A Dvtab.c725 ** This function invokes either the xRollback or xCommit method
780 ** Invoke the xRollback method of all virtual tables in the
784 callFinaliser(db, offsetof(sqlite3_module,xRollback));
799 ** (xBegin/xRollback/xCommit and optionally xSync) and a transaction is
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4608 int (*xRollback)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c5151 int (*xRollback)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5327 int (*xRollback)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c5442 int (*xRollback)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5327 int (*xRollback)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c5442 int (*xRollback)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
[all...]

Completed in 508 milliseconds