Lines Matching defs:xBegin
7646 int (*xBegin)(sqlite3_vtab *pVTab);
101209 ** xBegin method for that table.
105992 /* xBegin */ 0,
141770 0, /* xBegin - begin transaction */
156424 ** (xBegin/xRollback/xCommit and optionally xSync) and a transaction is
156425 ** not currently open, invoke the xBegin method now.
156427 ** If the xBegin call is successful, place the sqlite3_vtab pointer
156447 if( pModule->xBegin ){
156457 /* Invoke the xBegin method. If successful, add the vtab to the
156461 rc = pModule->xBegin(pVTab->pVtab);
184006 ** sqlite3_test_control(BENIGN_MALLOC_HOOKS, xBegin, xEnd)
186083 int inTransaction; /* True after xBegin but before xCommit/xRollback */
189737 ** Implementation of xBegin() method.
190204 /* xBegin */ fts3BeginMethod,
192881 0, /* xBegin */
196448 0, /* xBegin */
210183 0, /* xBegin */
210212 0, /* xBegin */
213677 rtreeBeginTransaction, /* xBegin - begin transaction */
216378 rtreeBeginTransaction, /* xBegin - begin transaction */
224428 0, /* xBegin */
224866 dbpageBegin, /* xBegin */
249565 0, /* xBegin */
249637 ** xBegin(): Start of a new transaction.
251422 ** Implementation of xBegin() method.
252612 /* xBegin */ fts5BeginMethod,
257305 /* xBegin */ 0,
257634 0, /* xBegin */