Searched refs:inflateEnd (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium/third_party/zlib/
H A Duncompr.c52 inflateEnd(&stream);
59 err = inflateEnd(&stream);
H A Dzconf.h24 # define inflateEnd z_inflateEnd macro
326 # pragma map(inflateEnd,"INEND")
H A Dmozzconf.h53 #define inflateEnd MOZ_Z_inflateEnd macro
/external/qemu/distrib/zlib-1.2.3/
H A Duncompr.c52 inflateEnd(&stream);
59 err = inflateEnd(&stream);
H A Dzconf.h21 # define inflateEnd z_inflateEnd macro
323 # pragma map(inflateEnd,"INEND")
/external/zlib/
H A Duncompr.c50 inflateEnd(&stream);
57 err = inflateEnd(&stream);
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")
H A Dexample.c234 err = inflateEnd(&d_stream);
235 CHECK_ERR(err, "inflateEnd");
330 err = inflateEnd(&d_stream);
331 CHECK_ERR(err, "inflateEnd");
417 err = inflateEnd(&d_stream);
418 CHECK_ERR(err, "inflateEnd");
499 err = inflateEnd(&d_stream);
500 CHECK_ERR(err, "inflateEnd");
H A Dzconf.h.cmakein88 # define inflateEnd z_inflateEnd
421 #pragma map(inflateEnd,"INEND")
H A Dzconf.h.in86 # define inflateEnd z_inflateEnd
419 #pragma map(inflateEnd,"INEND")
/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/examples/
H A Dzpipe.c114 (void)inflateEnd(&strm);
132 (void)inflateEnd(&strm);
137 (void)inflateEnd(&strm);
146 (void)inflateEnd(&strm);
H A Dzran.c223 (void)inflateEnd(&strm);
231 (void)inflateEnd(&strm);
342 (void)inflateEnd(&strm);
H A Dfitblk.c224 ret = inflateEnd(&inf);
/external/chromium/sdch/open-vcdiff/src/
H A Dzconf.h21 # define inflateEnd z_inflateEnd macro
326 # pragma map(inflateEnd,"INEND")
/external/zlib/contrib/pascal/
H A Dexample.pas258 err := inflateEnd(d_stream);
259 CHECK_ERR(err, 'inflateEnd');
351 err := inflateEnd(d_stream);
352 CHECK_ERR(err, 'inflateEnd');
439 err := inflateEnd(d_stream);
440 CHECK_ERR(err, 'inflateEnd');
518 err := inflateEnd(d_stream);
519 CHECK_ERR(err, 'inflateEnd');
H A Dzlibpas.pas89 function inflateEnd(var strm: z_stream): Integer; function
177 function inflateEnd; external; function
/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/qemu/block/
H A Dcloop.c154 inflateEnd(&s->zstream);
/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/net/base/
H A Dgzip_filter.cc14 #define MOZ_Z_inflateEnd inflateEnd
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc73 zerror_ = inflateEnd(&zcontext_);
/external/zlib/contrib/testzlib/
H A Dtestzlib.c257 inflateEnd(&zcpr);

Completed in 217 milliseconds

123