Home | History | Annotate | Download | only in orig

Lines Matching refs:xBegin

5439   int (*xBegin)(sqlite3_vtab *pVTab);
73963 ** xBegin method for that table.
110184 ** (xBegin/xRollback/xCommit and optionally xSync) and a transaction is
110185 ** not currently open, invoke the xBegin method now.
110187 ** If the xBegin call is successful, place the sqlite3_vtab pointer
110207 if( pModule->xBegin ){
110217 /* Invoke the xBegin method. If successful, add the vtab to the
110221 rc = pModule->xBegin(pVTab->pVtab);
125303 ** sqlite3_test_control(BENIGN_MALLOC_HOOKS, xBegin, xEnd)
126795 int inTransaction; /* True after xBegin but before xCommit/xRollback */
130185 ** Implementation of xBegin() method.
130552 /* xBegin */ fts3BeginMethod,
133168 0, /* xBegin */
136681 0, /* xBegin */
147631 0, /* xBegin - begin transaction */