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

/external/freetype/src/gzip/
H A Dzlib.h517 ZEXTERN(int) inflateInit2 OF((z_streamp strm,
531 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
533 memLevel). msg is set to null if there is no error message. inflateInit2
573 The stream will keep attributes that may have been set by inflateInit2.
822 #define inflateInit2(strm, windowBits) \ macro
/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_org/sdch/open-vcdiff/src/zlib/
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/chromium_org/third_party/zlib/
H A Dzlib.h483 initializing with inflateInit2(). Any information contained in the gzip
485 instead use raw inflate, see inflateInit2() below, or inflateBack() and
740 ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
777 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
781 there is no error message. inflateInit2 does not perform any decompression
785 of inflateInit2() does not process any header information -- that is
799 immediately after inflateInit2() or inflateReset() and before any call of
846 stream will keep attributes that may have been set by inflateInit2.
857 the same as it is for inflateInit2.
872 should be used before the first inflate() call after inflateInit2() o
1558 #define inflateInit2 macro
[all...]
/external/qemu/distrib/zlib-1.2.8/
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
896 stream will keep attributes that may have been set by inflateInit2.
907 the same as it is for inflateInit2.
922 should be used before the first inflate() call after inflateInit2() or
968 inflateInit2() o
1654 #define inflateInit2 macro
[all...]
/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
896 stream will keep attributes that may have been set by inflateInit2.
907 the same as it is for inflateInit2.
922 should be used before the first inflate() call after inflateInit2() or
968 inflateInit2() o
1654 #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
896 stream will keep attributes that may have been set by inflateInit2.
907 the same as it is for inflateInit2.
922 should be used before the first inflate() call after inflateInit2() or
968 inflateInit2() o
1654 #define inflateInit2 macro
[all...]
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h545 initializing with inflateInit2(). Any information contained in the gzip
547 instead use raw inflate, see inflateInit2() below, or inflateBack() and
830 ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
867 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
871 there is no error message. inflateInit2 does not perform any decompression
875 of inflateInit2() does not process any header information -- that is
956 stream will keep attributes that may have been set by inflateInit2.
967 the same as it is for inflateInit2.
982 should be used before the first inflate() call after inflateInit2() or
1028 inflateInit2() o
1714 #define inflateInit2 macro
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h549 initializing with inflateInit2(). Any information contained in the gzip
551 instead use raw inflate, see inflateInit2() below, or inflateBack() and
834 ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
871 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
875 there is no error message. inflateInit2 does not perform any decompression
879 of inflateInit2() does not process any header information -- that is
960 stream will keep attributes that may have been set by inflateInit2.
971 the same as it is for inflateInit2.
986 should be used before the first inflate() call after inflateInit2() or
1032 inflateInit2() o
1718 #define inflateInit2 macro
[all...]

Completed in 5032 milliseconds