Lines Matching refs:deflate
19 enough deflate blocks to produce output to fill the requested
21 below). The last deflate block may go quite a bit past that, but
24 buffer. The deflate process is terminated after that amount of
26 The last deflate block of the result will be of a comparable size
27 to the final product, so that the header for that deflate block and
44 the last deflate block compressing more efficiently with a smaller
47 out the requested size, and small enough so that the final deflate
48 block of the second pass will be close in size to the final deflate
71 input reached; return last deflate() return value, or Z_ERRNO if
86 ret = deflate(def, flush);
94 return last deflate() return value, or Z_MEM_ERROR if inflate()
117 ret = deflate(def, flush);
131 unsigned have; /* bytes written by deflate() call */
134 z_stream def, inf; /* zlib deflate and inflate states */