Searched defs:inflateEnd (Results 1 - 17 of 17) 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/0.153/libdwfl/
H A Dgzip.c67 # define inflateEnd(z) lzma_end (z) macro
79 # define inflateEnd(z) BZ2_bzDecompressEnd (z) macro
197 inflateEnd (&z);
209 inflateEnd (&z);
238 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/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzconf.h21 # define inflateEnd z_inflateEnd macro
326 # pragma map(inflateEnd,"INEND")
/external/chromium_org/third_party/zlib/
H A Dmozzconf.h53 #define inflateEnd MOZ_Z_inflateEnd macro
H A Dzconf.h89 # define inflateEnd z_inflateEnd macro
422 #pragma map(inflateEnd,"INEND")
/external/openssl/crypto/comp/
H A Dc_zlib.c122 #define inflateEnd p_inflateEnd macro
185 inflateEnd(&state->istream);
329 inflateEnd(&stream);
334 err = inflateEnd(&stream);
360 "inflateEnd");
520 inflateEnd(&ctx->zin);
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h99 # define inflateEnd z_inflateEnd macro
510 #pragma map(inflateEnd,"INEND")
H A Dzlib.h60 #define inflateEnd FPDFAPI_inflateEnd macro
568 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
574 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
954 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.h64 #define inflateEnd FPDFAPI_inflateEnd macro
572 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
578 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
958 This function is equivalent to inflateEnd followed by inflateInit,
/external/qemu/distrib/zlib-1.2.8/
H A Dzconf.h99 # define inflateEnd z_inflateEnd macro
502 #pragma map(inflateEnd,"INEND")
/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 159 milliseconds