Lines Matching full:checkpoint
6677 ** may read, write or [checkpoint] the database as required.
6709 ** CAPI3REF: Configure an auto-checkpoint
6713 ** to automatically [checkpoint]
6721 ** using [sqlite3_wal_hook()] disables the automatic checkpoint mechanism
6727 ** ^Every new [database connection] defaults to having the auto-checkpoint
6736 ** CAPI3REF: Checkpoint a database
6740 ** empty string, then a checkpoint is run on all databases of
6754 ** CAPI3REF: Checkpoint a database
6756 ** Run a checkpoint operation on WAL database zDb attached to database
6762 ** Checkpoint as many frames as possible without waiting for any database
6791 ** All calls obtain an exclusive "checkpoint" lock on the database file. If
6792 ** any other process is running a checkpoint operation at the same time, the
6803 ** checkpoint operation proceeds from that point in the same way as
6832 ** CAPI3REF: Checkpoint operation parameters