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

/external/zlib/src/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
/external/chromium/sdch/open-vcdiff/src/
H A Dzlib.h442 information should instead use raw inflate, see inflateInit2() below, or
694 ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
728 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
730 is set to null if there is no error message. inflateInit2 does not perform
746 immediately after inflateInit2() or inflateReset() and before any call of
793 The stream will keep attributes that may have been set by inflateInit2.
807 should be used before the first inflate() call after inflateInit2() or
820 inflateInit2() or inflateReset(), and before the first call of inflate().
1354 #define inflateInit2(strm, windowBits) \ macro
/external/qemu/distrib/zlib-1.2.3/
H A Dzlib.h442 information should instead use raw inflate, see inflateInit2() below, or
694 ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
728 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
730 is set to null if there is no error message. inflateInit2 does not perform
746 immediately after inflateInit2() or inflateReset() and before any call of
793 The stream will keep attributes that may have been set by inflateInit2.
807 should be used before the first inflate() call after inflateInit2() or
820 inflateInit2() or inflateReset(), and before the first call of inflate().
1338 #define inflateInit2(strm, windowBits) \ macro
/external/zlib/src/
H A Dzlib.h485 initializing with inflateInit2(). Any information contained in the gzip
487 instead use raw inflate, see inflateInit2() below, or inflateBack() and
770 ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
807 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
811 there is no error message. inflateInit2 does not perform any decompression
815 of inflateInit2() does not process any header information -- that is
881 stream will keep attributes that may have been set by inflateInit2.
892 the same as it is for inflateInit2.
907 should be used before the first inflate() call after inflateInit2() or
953 inflateInit2() o
1637 #define inflateInit2 macro
[all...]
/external/zlib/
H A Dzlib.h485 initializing with inflateInit2(). Any information contained in the gzip
487 instead use raw inflate, see inflateInit2() below, or inflateBack() and
770 ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
807 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
811 there is no error message. inflateInit2 does not perform any decompression
815 of inflateInit2() does not process any header information -- that is
881 stream will keep attributes that may have been set by inflateInit2.
892 the same as it is for inflateInit2.
907 should be used before the first inflate() call after inflateInit2() or
953 inflateInit2() o
1637 #define inflateInit2 macro
[all...]

Completed in 186 milliseconds