HomeSort by: relevance | last modified time | path
    Searched defs:inflateInit2 (Results 1 - 6 of 6) sorted by relevancy

  /src/common/dist/zlib/contrib/ada/
zlib-thin.ads 282 function inflateInit2
424 pragma Import (C, inflateInit2, "inflateInit2_");
  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 126 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer;
244 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer;
  /src/sys/net/
zlib.h 155 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
842 ZEXTERN int ZEXPORT inflateInit2(z_streamp, int);
855 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
857 memLevel). msg is set to null if there is no error message. inflateInit2
899 The stream will keep attributes that may have been set by inflateInit2.
1187 #define inflateInit2(strm, windowBits) \
  /src/common/dist/zlib/
zlib.h 499 initializing with inflateInit2(). Any information contained in the gzip
563 inflateInit2() will result in an error when the zlib header with 9 is
566 with inflateInit2().
836 ZEXTERN int ZEXPORT inflateInit2(z_streamp strm,
878 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
882 there is no error message. inflateInit2 does not perform any decompression
886 of inflateInit2() does not process any header information -- that is
967 stream will keep attributes that may have been set by inflateInit2.
979 the same as it is for inflateInit2. If the window size is changed, then the
996 should be used before the first inflate() call after inflateInit2() o
    [all...]
zconf.h 119 # define inflateInit2 z_inflateInit2
279 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
zconf.h.in 115 # define inflateInit2 z_inflateInit2
271 /* Maximum value for windowBits in deflateInit2 and inflateInit2.

Completed in 16 milliseconds