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

/forgerock/web-agents-v4/zlib/
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 24 milliseconds