Lines Matching full:before

54   (providing more output space) before each call.
132 opaque before calling the init function. All other fields are set by the
223 zalloc, zfree and opaque must be initialized before by the caller.
263 Before the call of deflate(), the application should ensure that at least
266 should never be zero before the call. The application can consume the
273 decide how much data to accumualte before producing output, in order to
280 before the call.) Flushing may degrade compression for some compression
346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
383 Before the call of inflate(), the application should ensure that at least
397 the header and before the first block. When doing a raw inflate, inflate()
406 code or decoding the complete header up to just before the first byte of the
488 fields next_in, zalloc, zfree and opaque must be initialized before by
544 immediately after deflateInit, deflateInit2 or deflateReset, before any
618 Before the call of deflateParams, the stream state must be set as for
650 for deflation in a single pass, and so would be called before deflate().
660 this function can only be used for raw deflate, and must be used before the
674 after deflateInit2() or deflateReset() and before the first call of
699 before by the caller.
746 immediately after inflateInit2() or inflateReset() and before any call of
805 middle of a byte. The provided bits will be used before any bytes are used
807 should be used before the first inflate() call after inflateInit2() or
820 inflateInit2() or inflateReset(), and before the first call of inflate().
826 and before any actual data is decompressed.
861 before the call. If zalloc and zfree are Z_NULL, then the default library-
924 in() will be called. Therefore strm->next_in must be initialized before
944 out() returning non-zero. (in() will always be called before out(), so
1043 compress() or compress2() on sourceLen bytes. It would be used before
1198 would be before the current position.