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

/freebsd-10-stable/contrib/xz/src/xz/
H A Dfile_io.h47 bool src_eof; member in struct:__anon485
114 /// file zero is returned and pair->src_eof set to true.
H A Dcoder.c621 // LZMA_CONCATENATED. We need to check for src_eof here, because
624 lzma_action action = pair->src_eof ? LZMA_FINISH : LZMA_RUN;
689 if (pair->src_eof) {
777 if (strm.avail_in == 0 && !pair->src_eof) {
780 // input, and thus pair->src_eof
792 assert(pair->src_eof);
H A Dfile_io.c747 .src_eof = false,
1118 pair->src_eof = true;

Completed in 131 milliseconds