Searched defs:inflateEnd (Results 1 - 12 of 12) sorted by relevance

/external/zlib/src/contrib/dotzlib/DotZLib/
H A DInflater.cs31 private static extern int inflateEnd(ref ZStream sz); method in class:DotZLib.Inflater
101 protected override void CleanUp() { inflateEnd(ref _ztream); }
/external/elfutils/src/libdwfl/
H A Dgzip.c46 # define inflateEnd(z) lzma_end (z) macro
58 # define inflateEnd(z) BZ2_bzDecompressEnd (z) macro
176 inflateEnd (&z);
188 inflateEnd (&z);
217 inflateEnd (&z);
/external/freetype/src/gzip/
H A Dinflate.c68 ZEXPORT(int) inflateEnd( /* z) */ function
118 inflateEnd(z);
128 inflateEnd(z);
H A Dzconf.h21 # define inflateEnd z_inflateEnd macro
264 # pragma map(inflateEnd,"INEND")
/external/zlib/src/contrib/delphi/
H A DZLib.pas250 function inflateEnd(var strm: TZStreamRec): Integer; external; function
356 DCheck(inflateEnd(strm));
383 DCheck(inflateEnd(strm));
494 inflateEnd(FZRec);
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas111 function inflateEnd(var strm: z_stream): Integer; function
213 function inflateEnd; external; function
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h99 # define inflateEnd z_inflateEnd macro
510 #pragma map(inflateEnd,"INEND")
H A Dzlib.h61 #define inflateEnd FPDFAPI_inflateEnd macro
573 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
579 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
959 This function is equivalent to inflateEnd followed by inflateInit,
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzconf.h99 # define inflateEnd z_inflateEnd macro
510 #pragma map(inflateEnd,"INEND")
H A Dzlib.h65 #define inflateEnd FPDFAPI_inflateEnd macro
577 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
583 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
963 This function is equivalent to inflateEnd followed by inflateInit,
/external/zlib/src/
H A Dzconf.h99 # define inflateEnd z_inflateEnd macro
502 #pragma map(inflateEnd,"INEND")
/external/zlib/
H A Dzconf.h99 # define inflateEnd z_inflateEnd macro
502 #pragma map(inflateEnd,"INEND")

Completed in 392 milliseconds