Searched defs:inflateInit (Results 1 - 7 of 7) sorted by relevance

/external/elfutils/src/libdwfl/
H A Dgzip.c44 # define inflateInit(z) lzma_auto_decoder (z, 1 << 30, 0) macro
56 # define inflateInit(z) BZ2_bzDecompressInit (z, 0, 0) macro
173 int result = inflateInit (&z);
/external/freetype/src/gzip/
H A Dzlib.h172 This check is automatically made by deflateInit and inflateInit.
289 ZEXTERN(int) inflateInit OF((z_streamp strm));
294 value depends on the compression method), inflateInit determines the
297 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
300 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
303 message. inflateInit does not perform any decompression apart from reading
520 This is another version of inflateInit with an extra parameter. The
526 this version of the library. The default value is 15 if inflateInit is used
571 This function is equivalent to inflateEnd followed by inflateInit,
810 /* deflateInit and inflateInit ar
817 #define inflateInit macro
[all...]
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas109 function inflateInit(var strm: z_stream): Integer; function
239 function inflateInit(var strm: z_stream): Integer; function
/external/zlib/src/
H A Dzlib.h220 is automatically made by deflateInit and inflateInit.
368 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
373 exact value depends on the compression method), inflateInit determines the
376 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
379 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
383 there is no error message. inflateInit does not perform any decompression
387 of inflateInit() does not process any header information -- that is deferred
773 This is another version of inflateInit with an extra parameter. The
779 this version of the library. The default value is 15 if inflateInit is used
894 This function is equivalent to inflateEnd followed by inflateInit,
1649 #define inflateInit macro
[all...]
/external/zlib/
H A Dzlib.h220 is automatically made by deflateInit and inflateInit.
368 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
373 exact value depends on the compression method), inflateInit determines the
376 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
379 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
383 there is no error message. inflateInit does not perform any decompression
387 of inflateInit() does not process any header information -- that is deferred
773 This is another version of inflateInit with an extra parameter. The
779 this version of the library. The default value is 15 if inflateInit is used
894 This function is equivalent to inflateEnd followed by inflateInit,
1649 #define inflateInit macro
[all...]
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h285 is automatically made by deflateInit and inflateInit.
433 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
438 exact value depends on the compression method), inflateInit determines the
441 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
444 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
448 there is no error message. inflateInit does not perform any decompression
452 of inflateInit() does not process any header information -- that is deferred
838 This is another version of inflateInit with an extra parameter. The
844 this version of the library. The default value is 15 if inflateInit is used
959 This function is equivalent to inflateEnd followed by inflateInit,
1714 #define inflateInit macro
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h289 is automatically made by deflateInit and inflateInit.
437 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
442 exact value depends on the compression method), inflateInit determines the
445 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
448 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
452 there is no error message. inflateInit does not perform any decompression
456 of inflateInit() does not process any header information -- that is deferred
842 This is another version of inflateInit with an extra parameter. The
848 this version of the library. The default value is 15 if inflateInit is used
963 This function is equivalent to inflateEnd followed by inflateInit,
1718 #define inflateInit macro
[all...]

Completed in 268 milliseconds