Home
last modified time | relevance | path

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

123

/external/zlib/src/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/libmicrohttpd/src/microspdy/
Dcompression.c236 deflateEnd(strm); in SPDYF_zlib_deflate_init()
246 deflateEnd(strm); in SPDYF_zlib_deflate_end()
303 deflateEnd(strm); in SPDYF_zlib_deflate()
/external/pdfium/third_party/zlib_v128/
Dcompress.c51 deflateEnd(&stream); in compress2()
56 err = deflateEnd(&stream); in compress2()
Dzconf.h43 # define deflateEnd z_deflateEnd macro
506 #pragma map(deflateEnd,"DEEND")
/external/zlib/src/
Dcompress.c51 deflateEnd(&stream);
56 err = deflateEnd(&stream);
Dzconf.h43 # define deflateEnd z_deflateEnd macro
498 #pragma map(deflateEnd,"DEEND")
/external/opencv3/3rdparty/zlib/
Dcompress.c51 deflateEnd(&stream);
56 err = deflateEnd(&stream);
/external/zlib/src/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/src/contrib/pascal/
Dexample.pas220 err := deflateEnd(c_stream);
315 err := deflateEnd(c_stream);
396 err := deflateEnd(c_stream);
475 err := deflateEnd(c_stream);
Dzlibpas.pas108 function deflateEnd(var strm: z_stream): Integer; in deflateEnd() function
198 function deflateEnd; external; in deflateEnd() function
/external/freetype/src/gzip/
Dzconf.h18 # define deflateEnd z_deflateEnd macro
261 # pragma map(deflateEnd,"DEEND")
/external/zlib/src/test/
Dexample.c231 err = deflateEnd(&c_stream);
327 err = deflateEnd(&c_stream);
404 err = deflateEnd(&c_stream);
487 err = deflateEnd(&c_stream);
/external/zlib/src/old/os2/
Dzlib.def16 deflateEnd
/external/zlib/src/contrib/delphi/
DZLib.pas244 function deflateEnd(var strm: TZStreamRec): Integer; external; in deflateEnd() function
313 CCheck(deflateEnd(strm));
434 deflateEnd(FZRec);
/external/zlib/src/win32/
Dzlib.def6 deflateEnd
/external/zlib/
Dzconf.h43 # define deflateEnd z_deflateEnd macro
498 #pragma map(deflateEnd,"DEEND")
/external/zlib/src/contrib/vstudio/vc11/
Dzlibvc.def12 deflateEnd @6
/external/zlib/src/contrib/vstudio/vc10/
Dzlibvc.def12 deflateEnd @6
/external/zlib/src/contrib/vstudio/vc9/
Dzlibvc.def12 deflateEnd @6
/external/skia/src/pdf/
DSkDeflate.cpp96 (void)deflateEnd(&fImpl->fZStream); in finalize()
/external/opencv3/3rdparty/libtiff/
Dtif_zip.c104 deflateEnd(&sp->stream); in ZIPSetupDecode()
337 deflateEnd(&sp->stream); in ZIPCleanup()
/external/pdfium/third_party/libtiff/
Dtif_zip.c106 deflateEnd(&sp->stream); in ZIPSetupDecode()
340 deflateEnd(&sp->stream); in ZIPCleanup()
/external/elfutils/libelf/
Delf_compress.c53 deflateEnd (z); in do_deflate_cleanup()
202 zrc = deflateEnd (&z); in __libelf_compress()

123