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

/external/libpng/contrib/pngminim/encoder/
H A Ddummy_inflate.c12 int ZEXPORT inflateEnd(strm) function
/external/zlib/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/zlib/contrib/pascal/
H A Dzlibpas.pas89 function inflateEnd(var strm: z_stream): Integer; function
177 function inflateEnd; external; function
/external/zlib/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/chromium/sdch/open-vcdiff/src/
H A Dzconf.h21 # define inflateEnd z_inflateEnd macro
326 # pragma map(inflateEnd,"INEND")
/external/chromium/third_party/zlib/
H A Dmozzconf.h53 #define inflateEnd MOZ_Z_inflateEnd macro
H A Dzconf.h24 # define inflateEnd z_inflateEnd macro
326 # pragma map(inflateEnd,"INEND")
/external/qemu/distrib/zlib-1.2.3/
H A Dzconf.h21 # define inflateEnd z_inflateEnd macro
323 # pragma map(inflateEnd,"INEND")
/external/zlib/
H A Dzconf.in.h21 # define inflateEnd z_inflateEnd macro
323 # pragma map(inflateEnd,"INEND")
H A Dzconf.h86 # define inflateEnd z_inflateEnd macro
420 #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);

Completed in 86 milliseconds