/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/libdwfl/ |
D | gzip.c | 50 # define inflateEnd(z) lzma_end (z) macro 62 # define inflateEnd(z) BZ2_bzDecompressEnd (z) macro 236 inflateEnd (&z); in unzip() 248 inflateEnd (&z); in unzip() 277 inflateEnd (&z); in unzip()
|
/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/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/python/cpython2/Modules/ |
D | zlibmodule.c | 318 inflateEnd(&zst); in PyZlib_decompress() 330 inflateEnd(&zst); in PyZlib_decompress() 344 inflateEnd(&zst); in PyZlib_decompress() 349 inflateEnd(&zst); in PyZlib_decompress() 360 inflateEnd(&zst); in PyZlib_decompress() 365 err = inflateEnd(&zst); in PyZlib_decompress() 469 inflateEnd(&self->zst); in Decomp_dealloc() 918 err = inflateEnd(&self->zst); in PyZlib_unflush()
|
/external/python/cpython3/Modules/ |
D | zlibmodule.c | 357 inflateEnd(&zst); in zlib_decompress_impl() 369 inflateEnd(&zst); in zlib_decompress_impl() 383 inflateEnd(&zst); in zlib_decompress_impl() 388 inflateEnd(&zst); in zlib_decompress_impl() 399 inflateEnd(&zst); in zlib_decompress_impl() 404 err = inflateEnd(&zst); in zlib_decompress_impl() 628 inflateEnd(&self->zst); in Decomp_dealloc() 1116 err = inflateEnd(&self->zst); in zlib_Decompress_flush_impl()
|
/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 | ftzconf.h | 21 # define inflateEnd z_inflateEnd macro 264 # pragma map(inflateEnd,"INEND")
|
D | ftgzip.c | 330 inflateEnd( zstream ); in ft_gzip_file_done() 756 inflateEnd( &stream ); in FT_Gzip_Uncompress() 764 err = inflateEnd( &stream ); in FT_Gzip_Uncompress()
|
/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/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);
|
D | zlibpas.pas | 111 function inflateEnd(var strm: z_stream): Integer; in inflateEnd() function 213 function inflateEnd; external; in inflateEnd() function
|
/external/u-boot/include/u-boot/ |
D | zlib.h | 72 # define inflateEnd z_inflateEnd macro 370 # pragma map(inflateEnd,"INEND") 649 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | zlib_inputstream.cc | 80 inflateEnd(z_stream_def_->stream.get()); in ~ZlibInputStream() 89 inflateEnd(z_stream_def_->stream.get()); in Reset()
|
/external/python/cpython2/Modules/zlib/ |
D | example.c | 265 err = inflateEnd(&d_stream); 361 err = inflateEnd(&d_stream); 448 err = inflateEnd(&d_stream); 530 err = inflateEnd(&d_stream);
|
D | zconf.h | 108 # define inflateEnd z_inflateEnd macro 525 #pragma map(inflateEnd,"INEND")
|
/external/u-boot/fs/cramfs/ |
D | uncompress.c | 81 inflateEnd (&stream); in cramfs_uncompress_exit()
|
/external/u-boot/lib/ |
D | gunzip.c | 266 inflateEnd(&s); in gzwrite() 304 inflateEnd(&s); in zunzip()
|
/external/zlib/src/old/os2/ |
D | zlib.def | 30 inflateEnd
|
/external/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 74 zerror_ = inflateEnd(&zcontext_); in ~GzipInputStream() 137 zerror_ = inflateEnd(&zcontext_); in Next()
|
/external/zlib/src/win32/ |
D | zlib.def | 8 inflateEnd
|
/external/zlib/ |
D | zconf.h | 108 # define inflateEnd z_inflateEnd macro 525 #pragma map(inflateEnd,"INEND")
|
/external/zlib/src/ |
D | zconf.h | 108 # define inflateEnd z_inflateEnd macro 525 #pragma map(inflateEnd,"INEND")
|