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

/vbox/src/libs/zlib-1.2.6/contrib/pascal/
H A Dzlibpas.pas126 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer; function
244 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer; function
/vbox/src/libs/zlib-1.2.6/
H A Dzlib.h482 initializing with inflateInit2(). Any information contained in the gzip
484 instead use raw inflate, see inflateInit2() below, or inflateBack() and
767 ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
804 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
808 there is no error message. inflateInit2 does not perform any decompression
812 of inflateInit2() does not process any header information -- that is
878 stream will keep attributes that may have been set by inflateInit2.
889 the same as it is for inflateInit2.
904 should be used before the first inflate() call after inflateInit2() or
950 inflateInit2() o
1632 #define inflateInit2 macro
[all...]

Completed in 56 milliseconds