Lines Matching refs:inflateBackInit
986 ZEXTERN int ZEXPORT inflateBackInit OF((z_streamp strm, int windowBits,
1001 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
1021 inflateBackInit() must be called first to allocate the internal state
1048 inflateBackInit(), which is also the buffer that out() uses to write from.
1081 All memory allocated by inflateBackInit() is freed.
1635 #define inflateBackInit(strm, windowBits, window) \