Home | History | Annotate | Download | only in dist

Lines Matching refs:xBegin

5439   int (*xBegin)(sqlite3_vtab *pVTab);
73983 ** xBegin method for that table.
110204 ** (xBegin/xRollback/xCommit and optionally xSync) and a transaction is
110205 ** not currently open, invoke the xBegin method now.
110207 ** If the xBegin call is successful, place the sqlite3_vtab pointer
110227 if( pModule->xBegin ){
110237 /* Invoke the xBegin method. If successful, add the vtab to the
110241 rc = pModule->xBegin(pVTab->pVtab);
125323 ** sqlite3_test_control(BENIGN_MALLOC_HOOKS, xBegin, xEnd)
126815 int inTransaction; /* True after xBegin but before xCommit/xRollback */
130205 ** Implementation of xBegin() method.
130572 /* xBegin */ fts3BeginMethod,
133200 0, /* xBegin */
136713 0, /* xBegin */
147663 0, /* xBegin - begin transaction */