/external/zlib/src/examples/ |
D | zpipe.c | 114 (void)inflateEnd(&strm); in inf() 132 (void)inflateEnd(&strm); in inf() 137 (void)inflateEnd(&strm); in inf() 146 (void)inflateEnd(&strm); in inf()
|
D | zran.c | 228 (void)inflateEnd(&strm); in build_index() 236 (void)inflateEnd(&strm); in build_index() 347 (void)inflateEnd(&strm); in extract()
|
/external/elfutils/0.153/libdwfl/ |
D | gzip.c | 67 # define inflateEnd(z) lzma_end (z) macro 79 # define inflateEnd(z) BZ2_bzDecompressEnd (z) macro 197 inflateEnd (&z); in unzip() 209 inflateEnd (&z); in unzip() 238 inflateEnd (&z); in unzip()
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | fx_zlib_uncompr.c | 50 inflateEnd(&stream); in uncompress() 57 err = inflateEnd(&stream); in uncompress()
|
/external/chromium_org/third_party/zlib/ |
D | uncompr.c | 50 inflateEnd(&stream); 57 err = inflateEnd(&stream);
|
D | zconf.h | 89 # define inflateEnd z_inflateEnd macro 422 #pragma map(inflateEnd,"INEND")
|
/external/zlib/src/ |
D | uncompr.c | 50 inflateEnd(&stream); 57 err = inflateEnd(&stream);
|
/external/qemu/distrib/zlib-1.2.8/ |
D | uncompr.c | 50 inflateEnd(&stream); 57 err = inflateEnd(&stream);
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | Inflater.cs | 31 private static extern int inflateEnd(ref ZStream sz); in inflateEnd() method in DotZLib.Inflater 101 protected override void CleanUp() { inflateEnd(ref _ztream); } in CleanUp()
|
/external/zlib/src/test/ |
D | infcover.c | 336 ret = inflateEnd(©); assert(ret == Z_OK); in inf() 345 ret = inflateEnd(&strm); assert(ret == Z_OK); in inf() 364 ret = inflateEnd(&strm); assert(ret == Z_OK); in cover_support() 383 ret = inflateEnd(&strm); assert(ret == Z_OK); in cover_support() 395 ret = inflateEnd(Z_NULL); assert(ret == Z_STREAM_ERROR); in cover_wrap() 442 ret = inflateEnd(&strm); assert(ret == Z_OK); in cover_wrap() 550 inflateEnd(&strm); in try()
|
D | example.c | 265 err = inflateEnd(&d_stream); 361 err = inflateEnd(&d_stream); 448 err = inflateEnd(&d_stream); 530 err = inflateEnd(&d_stream);
|
/external/chromium_org/components/metrics/ |
D | compression_utils.cc | 102 inflateEnd(&stream); in GzipUncompressHelper() 109 err = inflateEnd(&stream); in GzipUncompressHelper()
|
/external/freetype/src/gzip/ |
D | inflate.c | 68 ZEXPORT(int) inflateEnd( /* z) */ in inflateEnd() function 118 inflateEnd(z); in inflateInit2_() 128 inflateEnd(z); in inflateInit2_()
|
D | zconf.h | 21 # define inflateEnd z_inflateEnd macro 264 # pragma map(inflateEnd,"INEND")
|
D | ftgzip.c | 323 inflateEnd( zstream ); in ft_gzip_file_done() 722 inflateEnd( &stream ); in FT_Gzip_Uncompress() 730 err = inflateEnd( &stream ); in FT_Gzip_Uncompress()
|
/external/chromium_org/sdch/open-vcdiff/src/zlib/ |
D | zconf.h | 21 # define inflateEnd z_inflateEnd macro 326 # pragma map(inflateEnd,"INEND")
|
/external/zlib/src/contrib/pascal/ |
D | example.pas | 258 err := inflateEnd(d_stream); 351 err := inflateEnd(d_stream); 439 err := inflateEnd(d_stream); 518 err := inflateEnd(d_stream);
|
/external/zlib/src/contrib/delphi/ |
D | ZLib.pas | 250 function inflateEnd(var strm: TZStreamRec): Integer; external; in inflateEnd() function 356 DCheck(inflateEnd(strm)); 383 DCheck(inflateEnd(strm)); 494 inflateEnd(FZRec);
|
/external/zlib/src/old/os2/ |
D | zlib.def | 30 inflateEnd
|
/external/openssl/crypto/comp/ |
D | c_zlib.c | 122 #define inflateEnd p_inflateEnd macro 185 inflateEnd(&state->istream); in zlib_stateful_finish() 329 inflateEnd(&stream); 334 err = inflateEnd(&stream); 520 inflateEnd(&ctx->zin); in bio_zlib_free()
|
/external/zlib/src/win32/ |
D | zlib.def | 8 inflateEnd
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 73 zerror_ = inflateEnd(&zcontext_); in ~GzipInputStream() 136 zerror_ = inflateEnd(&zcontext_); in Next()
|
/external/zlib/src/contrib/vstudio/vc11/ |
D | zlibvc.def | 26 inflateEnd @20
|
/external/zlib/src/contrib/vstudio/vc10/ |
D | zlibvc.def | 26 inflateEnd @20
|
/external/zlib/src/contrib/vstudio/vc9/ |
D | zlibvc.def | 26 inflateEnd @20
|