OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xCommit
(Results
1 - 5
of
5
) 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
...]
Completed in 2929 milliseconds