Lines Matching defs:done
54 Compression can be done in a single step if the buffers are large enough,
55 or can be done by repeated calls of the compression function. In the latter
127 int done; /* true when done reading gzip header (not used
246 this will be done by deflate().
335 compression is to be done in a single step. In order to complete in one
394 Actual decompression will be done by inflate(). So next_in, and avail_in,
608 compression: this will be done by deflate().
652 not perform any compression: this will be done by deflate().
731 If this is done, the old level and strategy will be applied to the data
861 the uncompressed data as is done in the zlib, gzip, and zip formats. For
873 *must* be done if there is more data after a gzip member, in order for the
882 will be done by inflate(). (So next_in and avail_in may be modified, but
907 perform any decompression: this will be done by subsequent calls of
1041 As inflate() processes the gzip stream, head->done is zero until the header
1042 is completed, at which time head->done is set to one. If a zlib stream is
1043 being decoded, then head->done is set to -1 to indicate that there will be
1050 was valid if done is set to one.) If extra is not Z_NULL, then extra_max
1051 contains the maximum number of bytes to write to extra. Once done is true,
1736 function so it shouldn't be done by the application.