Lines Matching full:synced
1147 ** and not its inode needs to be synced.
26001 ** size, access time, etc) are synced. If dataOnly!=0 then only the
26002 ** file data is synced.
32850 PgHdr *pSynced; /* Last synced page in dirty page list */
34843 ** Within this comment block, a page is deemed to have been synced
34845 ** Otherwise, the page is not synced until the xSync method of the VFS
34853 ** synced.
34881 ** (5) All writes to the database file are synced prior to the rollback journal
34885 ** are synced prior to the master journal being deleted.
35056 ** to it, but the header has not been synced to disk.
35069 ** and synced to disk.
35312 ** journal file before it is synced to disk.
36095 ** not need to be synced following this operation.
36177 ** After the records are added to the journal (and the journal synced,
36346 ** crashed before the header was synced. In this case stop reading
36419 ** the journal has already been synced.
36920 int isSynced; /* True if journal page is synced */
37008 ** for certain that original page contents are synced into the main rollback
37013 ** locked. (2) we know that the original page content is fully synced
37108 ** segment is synced. If a crash occurs during or following this,
37473 ** synced to disk. Compute the number of pages based on the remaining
37517 ** not completely written and synced prior to a crash. In that
38097 ** NORMAL The journal is synced once before writes begin on the
38104 ** FULL The journal is synced twice before writes begin on the
38113 ** to mean that no syncs ever occur. NORMAL means that the WAL is synced
38114 ** prior to the start of checkpoint and that the database file is synced
38118 ** file is synced following each commit operation, in addition to the
38496 ** that the entire journal file has been synced.
38614 ** mode, then the journal file is synced before this field is updated.
38617 ** journal file is synced.
38735 ** successfully synced. Either way, clear the PGHDR_NEED_SYNC flag on
40480 ** * the journal is synced (unless the atomic-write optimization is used),
40483 ** * the database file synced.
40493 ** is not synced. The caller must call sqlite3PagerSync() directly to
40679 ** synced to disk. The journal file still exists in the file-system
41180 ** it is synced into the journal file. This way, it may end up in
47460 ** Change the way data is synced to disk in order to increase or decrease
48458 ** created, populated with this journal pointer and synced to disk.
57131 ** doing this the directory is synced again before any individual
57141 /* All files and directories have already been synced, so the following