Searched refs:dataOnly (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c27760 ** SQLite sets the dataOnly flag if the size of the file is unchanged.
27761 ** The idea behind dataOnly is that it should only write the file content
27762 ** to disk, not the inode. We only set dataOnly if the file size is
27771 ** the value of the dataOnly flag.
27773 static int full_fsync(int fd, int fullSync, int dataOnly){ argument
27783 UNUSED_PARAMETER(dataOnly);
27785 UNUSED_PARAMETER(dataOnly);
27788 UNUSED_PARAMETER(dataOnly);
27888 ** If dataOnly==0 then both the file itself and its metadata (file
27889 ** size, access time, etc) are synced. If dataOnly!
[all...]

Completed in 439 milliseconds