Searched refs:xCommit (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
1129 /* Ticket #3083 - Only call xCommit if we have previously started
1133 if( simulateVtabError(pVtab, "xCommit") ){
1138 rc = echoTransactionCall(tab, "xCommit");
1256 echoCommit, /* xCommit - commit transaction */
H A Dsqlite.h.in4602 int (*xCommit)(sqlite3_vtab *pVTab);
H A Dvtab.c725 ** This function invokes either the xRollback or xCommit method
789 ** Invoke the xCommit method of all virtual tables in the
793 callFinaliser(db, offsetof(sqlite3_module,xCommit));
799 ** (xBegin/xRollback/xCommit and optionally xSync) and a transaction is
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4607 int (*xCommit)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c5150 int (*xCommit)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5326 int (*xCommit)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c5441 int (*xCommit)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5326 int (*xCommit)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c5441 int (*xCommit)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
[all...]

Completed in 1132 milliseconds