Searched defs:inflateInit2 (Results 1 - 6 of 6) 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/syslinux/com32/include/
H A Dzlib.h478 initializing with inflateInit2(). Any information contained in the gzip
480 instead use raw inflate, see inflateInit2() below, or inflateBack() and
735 ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
772 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
776 there is no error message. inflateInit2 does not perform any decompression
780 of inflateInit2() does not process any header information -- that is
794 immediately after inflateInit2() or inflateReset() and before any call of
841 stream will keep attributes that may have been set by inflateInit2.
852 the same as it is for inflateInit2.
867 should be used before the first inflate() call after inflateInit2() o
1553 #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/third_party/zlib_v128/
H A Dzlib.h554 initializing with inflateInit2(). Any information contained in the gzip
556 instead use raw inflate, see inflateInit2() below, or inflateBack() and
839 ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
876 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
880 there is no error message. inflateInit2 does not perform any decompression
884 of inflateInit2() does not process any header information -- that is
965 stream will keep attributes that may have been set by inflateInit2.
976 the same as it is for inflateInit2.
991 should be used before the first inflate() call after inflateInit2() or
1037 inflateInit2() o
1723 #define inflateInit2 macro
[all...]

Completed in 509 milliseconds