Searched refs:inflateBackInit (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/contrib/zlib/test/
H A Dinfcover.c478 ret = inflateBackInit(Z_NULL, 0, win); assert(ret == Z_STREAM_ERROR);
485 ret = inflateBackInit(&strm, 15, win); assert(ret == Z_OK);
501 ret = inflateBackInit(&strm, 15, win); assert(ret == Z_OK);
558 ret = inflateBackInit(&strm, 15, win);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/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
/freebsd-11-stable/sys/contrib/zlib/
H A Dzconf.h104 # define inflateBackInit z_inflateBackInit macro
H A Dzlib.h1072 ZEXTERN int ZEXPORT inflateBackInit OF((z_streamp strm, int windowBits,
1087 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
1109 inflateBackInit() must be called first to allocate the internal state
1136 inflateBackInit(), which is also the buffer that out() uses to write from.
1169 All memory allocated by inflateBackInit() is freed.
1804 # define inflateBackInit(strm, windowBits, window) \ macro

Completed in 59 milliseconds