Lines Matching refs:xCommit
5781 int (*xCommit)(sqlite3_vtab *pVTab);
117595 ** This function invokes either the xRollback or xCommit method
117658 ** Invoke the xCommit method of all virtual tables in the
117662 callFinaliser(db, offsetof(sqlite3_module,xCommit));
117668 ** (xBegin/xRollback/xCommit and optionally xSync) and a transaction is
135805 int inTransaction; /* True after xBegin but before xCommit/xRollback */
139304 ** Implementation of xCommit() method. This is a no-op. The contents of
139680 /* xCommit */ fts3CommitMethod,
142316 0, /* xCommit */
145870 0, /* xCommit */
157049 0, /* xCommit - commit transaction */
163541 0, /* xCommit */
165496 0, /* xCommit */
165523 0, /* xCommit */
178251 ** xCommit(): Final part of two-phase commit.
178256 ** returned by xCommit().
179746 ** Implementation of xCommit() method. This is a no-op. The contents of
180626 /* xCommit */ fts5CommitMethod,
184232 /* xCommit */ 0,