Home
last modified time | relevance | path

Searched refs:flush_needed (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/xz/src/xz/
H A Dfile_io.h57 bool flush_needed; member
H A Dcoder.c868 if (action == LZMA_RUN && pair->flush_needed) in coder_normal()
893 pair->flush_needed = false; in coder_normal()
H A Dfile_io.c799 .flush_needed = false, in io_open_src()
1220 pair->flush_needed = true; in io_read()
/freebsd-14.2/contrib/xz/
H A DChangeLog9276 xz: Move flush_needed from mytime.h to file_pair struct in file_io.h.
9337 xz: Move the setting of flush_needed in file_io.c to a nicer location.