Home
last modified time | relevance | path

Searched refs:deflateEnd (Results 1 – 25 of 57) sorted by relevance

123

/external/zlib/examples/
Dzpipe.c56 (void)deflateEnd(&strm); in def()
71 (void)deflateEnd(&strm); in def()
82 (void)deflateEnd(&strm); in def()
Dfitblk.c170 ret = deflateEnd(&def); in main()
226 ret = deflateEnd(&def); in main()
Dgzlog.c634 deflateEnd(&strm); in log_compress()
647 deflateEnd(&strm); in log_compress()
664 deflateEnd(&strm); in log_compress()
670 deflateEnd(&strm); in log_compress()
/external/qemu/distrib/zlib-1.2.3/
Dcompress.c51 deflateEnd(&stream);
56 err = deflateEnd(&stream);
Dzconf.h18 # define deflateEnd z_deflateEnd macro
319 # pragma map(deflateEnd,"DEEND")
/external/zlib/
Dcompress.c51 deflateEnd(&stream);
56 err = deflateEnd(&stream);
Dzconf.in.h18 # define deflateEnd z_deflateEnd macro
319 # pragma map(deflateEnd,"DEEND")
Dexample.c200 err = deflateEnd(&c_stream);
296 err = deflateEnd(&c_stream);
373 err = deflateEnd(&c_stream);
456 err = deflateEnd(&c_stream);
Dzconf.h39 # define deflateEnd z_deflateEnd macro
416 #pragma map(deflateEnd,"DEEND")
/external/chromium/third_party/zlib/
Dcompress.c51 deflateEnd(&stream);
56 err = deflateEnd(&stream);
Dzconf.h21 # define deflateEnd z_deflateEnd macro
322 # pragma map(deflateEnd,"DEEND")
Dmozzconf.h51 #define deflateEnd MOZ_Z_deflateEnd macro
/external/zlib/contrib/dotzlib/DotZLib/
DDeflater.cs31 private static extern int deflateEnd(ref ZStream sz); in deflateEnd() method in DotZLib.Deflater
103 protected override void CleanUp() { deflateEnd(ref _ztream); } in CleanUp()
/external/zlib/contrib/pascal/
Dexample.pas220 err := deflateEnd(c_stream);
315 err := deflateEnd(c_stream);
396 err := deflateEnd(c_stream);
475 err := deflateEnd(c_stream);
Dzlibpas.pas86 function deflateEnd(var strm: z_stream): Integer; in deflateEnd() function
165 function deflateEnd; external; in deflateEnd() function
/external/chromium/sdch/open-vcdiff/src/
Dzconf.h18 # define deflateEnd z_deflateEnd macro
322 # pragma map(deflateEnd,"DEEND")
/external/zlib/contrib/delphi/
DZLib.pas244 function deflateEnd(var strm: TZStreamRec): Integer; external; in deflateEnd() function
313 CCheck(deflateEnd(strm));
434 deflateEnd(FZRec);
/external/zlib/old/os2/
Dzlib.def16 deflateEnd
/external/zlib/contrib/vstudio/vc7/
Dzlibvc.def12 deflateEnd @6
/external/zlib/win32/
Dzlib.def8 deflateEnd
/external/zlib/contrib/vstudio/vc8/
Dzlibvc.def12 deflateEnd @6
/external/zlib/contrib/vstudio/vc10/
Dzlibvc.def12 deflateEnd @6
/external/zlib/contrib/vstudio/vc9/
Dzlibvc.def12 deflateEnd @6
/external/openssl/crypto/comp/
Dc_zlib.c125 #define deflateEnd p_deflateEnd macro
186 deflateEnd(&state->ostream); in zlib_stateful_finish()
526 deflateEnd(&ctx->zout); in bio_zlib_free()
/external/zlib/old/as400/
Dbndsrc32 EXPORT SYMBOL("deflateEnd")

123