Home
last modified time | relevance | path

Searched refs:inflateEnd (Results 1 – 25 of 92) sorted by relevance

1234

/external/zlib/src/examples/
Dzpipe.c114 (void)inflateEnd(&strm); in inf()
132 (void)inflateEnd(&strm); in inf()
137 (void)inflateEnd(&strm); in inf()
146 (void)inflateEnd(&strm); in inf()
Dzran.c228 (void)inflateEnd(&strm); in build_index()
236 (void)inflateEnd(&strm); in build_index()
347 (void)inflateEnd(&strm); in extract()
/external/elfutils/libdwfl/
Dgzip.c50 # 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/
Dinfcover.c336 ret = inflateEnd(&copy); 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()
Dexample.c265 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/
DInflater.cs31 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/
Dzlibmodule.c318 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/
Dzlibmodule.c357 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/
Dinflate.c68 ZEXPORT(int) inflateEnd( /* z) */ in inflateEnd() function
118 inflateEnd(z); in inflateInit2_()
128 inflateEnd(z); in inflateInit2_()
Dftzconf.h21 # define inflateEnd z_inflateEnd macro
264 # pragma map(inflateEnd,"INEND")
Dftgzip.c330 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/
DZLib.pas250 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/
Dexample.pas258 err := inflateEnd(d_stream);
351 err := inflateEnd(d_stream);
439 err := inflateEnd(d_stream);
518 err := inflateEnd(d_stream);
Dzlibpas.pas111 function inflateEnd(var strm: z_stream): Integer; in inflateEnd() function
213 function inflateEnd; external; in inflateEnd() function
/external/u-boot/include/u-boot/
Dzlib.h72 # 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/
Dzlib_inputstream.cc80 inflateEnd(z_stream_def_->stream.get()); in ~ZlibInputStream()
89 inflateEnd(z_stream_def_->stream.get()); in Reset()
/external/python/cpython2/Modules/zlib/
Dexample.c265 err = inflateEnd(&d_stream);
361 err = inflateEnd(&d_stream);
448 err = inflateEnd(&d_stream);
530 err = inflateEnd(&d_stream);
Dzconf.h108 # define inflateEnd z_inflateEnd macro
525 #pragma map(inflateEnd,"INEND")
/external/u-boot/fs/cramfs/
Duncompress.c81 inflateEnd (&stream); in cramfs_uncompress_exit()
/external/u-boot/lib/
Dgunzip.c266 inflateEnd(&s); in gzwrite()
304 inflateEnd(&s); in zunzip()
/external/zlib/src/old/os2/
Dzlib.def30 inflateEnd
/external/protobuf/src/google/protobuf/io/
Dgzip_stream.cc74 zerror_ = inflateEnd(&zcontext_); in ~GzipInputStream()
137 zerror_ = inflateEnd(&zcontext_); in Next()
/external/zlib/src/win32/
Dzlib.def8 inflateEnd
/external/zlib/
Dzconf.h108 # define inflateEnd z_inflateEnd macro
525 #pragma map(inflateEnd,"INEND")
/external/zlib/src/
Dzconf.h108 # define inflateEnd z_inflateEnd macro
525 #pragma map(inflateEnd,"INEND")

1234