Lines Matching full:call

54   (providing more output space) before each call.
255 processing will resume at this point for the next call of deflate().
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
268 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
279 avail_in is zero after the call if enough output space has been provided
280 before the call.) Flushing may degrade compression for some compression
350 accordingly; otherwise the allocation will be deferred to the first call of
376 will resume at this point for the next call of inflate().
383 Before the call of inflate(), the application should ensure that at least
388 call of inflate(). If inflate returns Z_OK and with zero avail_out, it
415 (a single call of inflate), the parameter flush should be set to
422 may be used for the single inflate() call.
426 first call. So the only effect of the flush parameter in this implementation
430 If a preset dictionary is needed after this call (see inflateSetDictionary
457 call inflateSync() to look for a good compression block if a partial recovery
545 call of deflate. The compressor and decompressor must use exactly the same
616 take effect only at the next call of deflate().
618 Before the call of deflateParams, the stream state must be set as for
619 a call of deflate(), since the currently available input may have to
661 first deflate() call after a deflateInit2() or deflateReset(). bits must be
674 after deflateInit2() or deflateReset() and before the first call of
741 sequence. This function must be called immediately after a call of inflate,
742 if that call returned Z_NEED_DICT. The dictionary chosen by the compressor
743 can be determined from the adler32 value returned by that call of inflate.
746 immediately after inflateInit2() or inflateReset() and before any call of
769 application may repeatedly call inflateSync, providing more input each time,
807 should be used before the first inflate() call after inflateInit2() or
820 inflateInit2() or inflateReset(), and before the first call of inflate().
848 information. The application would need to call inflateGetHeader() again to
861 before the call. If zalloc and zfree are Z_NULL, then the default library-
884 inflateBack() does a raw inflate with a single call using a call-back
894 deflate stream with each call. inflateBackEnd() is then called to free
910 typedefs. inflateBack() will call in(in_desc, &buf) which should return the
913 case--and inflateBack() will return a buffer error. inflateBack() will call
922 For convenience, inflateBack() can be provided input on the first call by
936 pass back any unused input that was provided by the last in() call. The
1044 a compress() or compress2() call to allocate the destination buffer.
1091 The next call of gzclose on the returned gzFile will also close the