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

/vbox/src/libs/zlib-1.2.6/contrib/pascal/
H A Dzlibpas.pas136 function inflateBackInit(var strm: z_stream; function
249 function inflateBackInit(var strm: z_stream; function
/vbox/src/libs/zlib-1.2.6/
H A Dzlib.h986 ZEXTERN int ZEXPORT inflateBackInit OF((z_streamp strm, int windowBits,
1001 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
1021 inflateBackInit() must be called first to allocate the internal state
1048 inflateBackInit(), which is also the buffer that out() uses to write from.
1081 All memory allocated by inflateBackInit() is freed.
1635 #define inflateBackInit(strm, windowBits, window) \ macro

Completed in 1411 milliseconds