Home
last modified time | relevance | path

Searched refs:xBegin (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/test/
H A Dvtab4.test14 # xBegin
45 # to xBegin, xSync and xCommit.
53 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)}
61 xBegin echo(treal) \
73 xBegin echo(treal) \
109 xBegin echo(sreal) \
112 xBegin echo(treal) \
141 xBegin echo(treal) \
144 xBegin echo(sreal) \
182 xBegin echo(treal) \
[all …]
H A DvtabC.test13 # and xRollback methods are only invoked after an xBegin or xCreate.
H A Dvtab1.test1239 xBegin \
/sqlite-3.40.0/ext/misc/
H A Dvtshim.c321 rc = pAux->pMod->xBegin(pVtab->pChild); in vtshimBegin()
498 pAux->sSelf.xBegin = p->xBegin ? vtshimBegin : 0; in sqlite3_create_disposable_module()
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb.c827 return pDb->pMethods->xBegin(pDb, iLevel); in tdb_begin()
837 return (pDb->pMethods->xBegin != error_transaction_function); in tdb_transaction_support()
H A Dlsmtest.h87 int (*xBegin)(TestDb *, int); member
/sqlite-3.40.0/src/
H A Dvtab.c1034 if( pModule->xBegin ){ in sqlite3VtabBegin()
1048 rc = pModule->xBegin(pVTab->pVtab); in sqlite3VtabBegin()
H A Dsqlite.h.in7052 int (*xBegin)(sqlite3_vtab *pVTab); member