Lines Matching defs:done
50 Compression can be done in a single step if the buffers are large
51 enough (for example if an input file is mmap'ed), or can be done by
122 int done; /* true when done reading gzip header (not used
238 perform any compression: this will be done by deflate().
305 is to be done in a single step. In this case, avail_out must be at least
358 the zlib header if present: this will be done by inflate(). (So next_in and
535 not perform any compression: this will be done by deflate().
574 perform any compression: this will be done by deflate().
718 the uncompressed data as is done in the zlib, gzip, and zip formats. For
732 be done by inflate(). (So next_in and avail_in may be modified, but next_out
754 perform any decompression: this will be done by subsequent calls of
821 As inflate() processes the gzip stream, head->done is zero until the header
822 is completed, at which time head->done is set to one. If a zlib stream is
823 being decoded, then head->done is set to -1 to indicate that there will be
830 was valid if done is set to one.) If extra is not Z_NULL, then extra_max
831 contains the maximum number of bytes to write to extra. Once done is true,
1199 A Z_FULL_FLUSH is done on file. If offset==-1 then the compressed
1317 performed within this function so it shouldn't be done by the application.