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
125 int done; /* true when done reading gzip header (not used
242 this will be done by deflate().
329 is to be done in a single step. In this case, avail_out must be at least the
384 will be done by inflate(). (So next_in and avail_in may be modified, but
575 compression: this will be done by deflate().
614 perform any compression: this will be done by deflate().
762 the uncompressed data as is done in the zlib, gzip, and zip formats. For
778 will be done by inflate(). (So next_in and avail_in may be modified, but
802 perform any decompression: this will be done by subsequent calls of
914 As inflate() processes the gzip stream, head->done is zero until the header
915 is completed, at which time head->done is set to one. If a zlib stream is
916 being decoded, then head->done is set to -1 to indicate that there will be
923 was valid if done is set to one.) If extra is not Z_NULL, then extra_max
924 contains the maximum number of bytes to write to extra. Once done is true,
1503 complement) is performed within this function so it shouldn't be done by the