HomeSort by relevance Sort by last modified time
    Searched refs:xCommit (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test8.c 1052 ** 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");
    [all...]
sqlite.h.in     [all...]
vtab.c 725 ** 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/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
sqlite3.c     [all...]

Completed in 129 milliseconds