Lines Matching full:completed
2250 ** or inserted or deleted by the most recently completed SQL statement
2286 ** changes in the most recently completed INSERT, UPDATE, or DELETE
2314 ** the statement that makes them is completed (when the statement handle
3284 ** all calls to the interfaces listed here are completed.
4262 ** completed execution.
6996 ** sqlite3_backup_step() completed.
11037 ** completed.
13186 #define VDBE_MAGIC_HALT 0x519c2973 /* VDBE has completed execution */
38645 ** OPEN after the read-transaction is completed. However a connection
47211 /* Try to delete the WAL file if the checkpoint completed and
47217 ** completed and fsynced (rc==SQLITE_OK) and we are in persistent
47423 ** When the read transaction is completed, the caller must release the
56090 ** has completed, it is safe to release the pSpace buffer used by
79759 int regRec = iMem++; /* Register holding completed record */
84840 ** If an abort occurs after some of these writes have completed, then it will
84841 ** be necessary to undo the completed writes.