Searched defs:inflateBackInit (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h858 ZEXTERN int ZEXPORT inflateBackInit OF((z_streamp strm, int windowBits,
873 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
893 inflateBackInit() must be called first to allocate the internal state
920 inflateBackInit(), which is also the buffer that out() uses to write from.
953 All memory allocated by inflateBackInit() is freed.
1342 #define inflateBackInit(strm, windowBits, window) \ macro
/illumos-gate/usr/src/boot/lib/libz/
H A Dzlib.h1004 ZEXTERN int ZEXPORT inflateBackInit OF((z_streamp strm, int windowBits,
1019 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
1041 inflateBackInit() must be called first to allocate the internal state
1068 inflateBackInit(), which is also the buffer that out() uses to write from.
1101 All memory allocated by inflateBackInit() is freed.
1657 #define inflateBackInit(strm, windowBits, window) \ macro

Completed in 51 milliseconds