Home
last modified time | relevance | path

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

1234

/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/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/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/syslinux/com32/lib/zlib/
Dcompress.c51 deflateEnd(&stream);
56 err = deflateEnd(&stream);
Dzconf.in.h17 # define deflateEnd z_deflateEnd macro
309 # 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/python/cpython2/Modules/zlib/
Dcompress.c51 deflateEnd(&stream);
56 err = deflateEnd(&stream);
Dexample.c231 err = deflateEnd(&c_stream);
327 err = deflateEnd(&c_stream);
404 err = deflateEnd(&c_stream);
487 err = deflateEnd(&c_stream);
Dzconf.h43 # define deflateEnd z_deflateEnd macro
498 #pragma map(deflateEnd,"DEEND")
/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")
Dftzconf.h18 # define deflateEnd z_deflateEnd macro
261 # pragma map(deflateEnd,"DEEND")
/external/python/cpython2/Modules/
Dzlibmodule.c233 deflateEnd(&zst); in PyZlib_compress()
245 deflateEnd(&zst); in PyZlib_compress()
254 deflateEnd(&zst); in PyZlib_compress()
265 err = deflateEnd(&zst); in PyZlib_compress()
459 deflateEnd(&self->zst); in Comp_dealloc()
728 err = deflateEnd(&self->zst); in PyZlib_flush()
/external/zlib/src/old/os2/
Dzlib.def16 deflateEnd
/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/win32/
Dzlib.def6 deflateEnd
/external/syslinux/com32/include/
Dzconf.h39 # define deflateEnd z_deflateEnd macro
415 #pragma map(deflateEnd,"DEEND")
/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/
Dzconf.h43 # define deflateEnd z_deflateEnd macro
498 #pragma map(deflateEnd,"DEEND")

1234