Home | History | Annotate | Download | only in orig

Lines Matching refs:xBegin

5518   int (*xBegin)(sqlite3_vtab *pVTab);
70616 ** xBegin method for that table.
102287 ** (xBegin/xRollback/xCommit and optionally xSync) and a transaction is
102288 ** not currently open, invoke the xBegin method now.
102290 ** If the xBegin call is successful, place the sqlite3_vtab pointer
102310 if( pModule->xBegin ){
102320 /* Invoke the xBegin method. If successful, add the vtab to the
102324 rc = pModule->xBegin(pVTab->pVtab);
115223 ** sqlite3_test_control(BENIGN_MALLOC_HOOKS, xBegin, xEnd)
116638 int inTransaction; /* True after xBegin but before xCommit/xRollback */
119746 ** Implementation of xBegin() method. This is a no-op.
120102 /* xBegin */ fts3BeginMethod,
122268 0, /* xBegin */
132984 0, /* xBegin - begin transaction */