Home | History | Annotate | Download | only in zlib

Lines Matching refs:inflateBackInit

954 ZEXTERN int ZEXPORT inflateBackInit OF((z_streamp strm, int windowBits,
969 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
989 inflateBackInit() must be called first to allocate the internal state
1016 inflateBackInit(), which is also the buffer that out() uses to write from.
1049 All memory allocated by inflateBackInit() is freed.
1560 #define inflateBackInit(strm, windowBits, window) \