Home
last modified time | relevance | path

Searched refs:xCommit (Results 1 – 9 of 9) sorted by relevance

/sqlite-3.40.0/test/
H A Dvtab4.test16 # xCommit
45 # to xBegin, xSync and xCommit.
53 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)}
64 xCommit echo(treal) \
76 xCommit echo(treal) \
91 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)}
116 xCommit echo(sreal) \
117 xCommit echo(treal) \
H A Dvtab7.test27 # certain module callbacks. This includes the xSync(), xCommit() and
34 # xCommit() xCommit echo($tablename)
49 # Filter out writes to ::echo_module that are not xSync, xCommit or
53 if {$x ne "xSync" && $x ne "xCommit" && $x ne "xRollback"} return
156 # the xCommit callback causes a misuse error.
159 # set ::callbacks(xCommit,abc) {
H A DvtabC.test12 # focus of this file is is verifying that the xUpdate, xSync, xCommit
H A Dvtab1.test353 xCommit echo(treal) \
896 xCommit echo(real_abc) \
935 xCommit echo(r) \
/sqlite-3.40.0/ext/misc/
H A Dvtshim.c345 rc = pAux->pMod->xCommit(pVtab->pChild); in vtshimCommit()
500 pAux->sSelf.xCommit = p->xCommit ? vtshimCommit : 0; in sqlite3_create_disposable_module()
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest.h88 int (*xCommit)(TestDb *, int); member
H A Dlsmtest_tdb.c830 return pDb->pMethods->xCommit(pDb, iLevel); in tdb_commit()
/sqlite-3.40.0/src/
H A Dvtab.c1005 callFinaliser(db, offsetof(sqlite3_module,xCommit)); in sqlite3VtabCommit()
H A Dsqlite.h.in7054 int (*xCommit)(sqlite3_vtab *pVTab); member