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

/barrelfish-master/include/
H A Dzlib.h856 ZEXTERN int ZEXPORT inflateBackInit OF((z_streamp strm, int windowBits,
871 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
891 inflateBackInit() must be called first to allocate the internal state
918 inflateBackInit(), which is also the buffer that out() uses to write from.
951 All memory allocated by inflateBackInit() is freed.
1340 #define inflateBackInit(strm, windowBits, window) \ macro

Completed in 41 milliseconds