Home
last modified time | relevance | path

Searched refs:inflateInit (Results 1 - 25 of 47) sorted by relevance

12

/third_party/elfutils/libdwfl/
H A Dgzip.c46 # define inflateInit(z) lzma_auto_decoder (z, 1 << 30, 0) macro
64 # define inflateInit(z) BZ2_bzDecompressInit (z, 0, 0) macro
306 int result = inflateInit (&z); in unzip()
/third_party/zlib/contrib/pascal/
H A Dexample.pas244 err := inflateInit(d_stream);
245 CHECK_ERR(err, 'inflateInit');
338 err := inflateInit(d_stream);
339 CHECK_ERR(err, 'inflateInit');
421 err := inflateInit(d_stream);
422 CHECK_ERR(err, 'inflateInit');
498 err := inflateInit(d_stream);
499 CHECK_ERR(err, 'inflateInit');
H A Dzlibpas.pas109 function inflateInit(var strm: z_stream): Integer; in inflateInit() function
239 function inflateInit(var strm: z_stream): Integer; function
/third_party/zlib/test/
H A Dexample.c225 err = inflateInit(&d_stream); in test_inflate()
226 CHECK_ERR(err, "inflateInit"); in test_inflate()
321 err = inflateInit(&d_stream); in test_large_inflate()
322 CHECK_ERR(err, "inflateInit"); in test_large_inflate()
400 err = inflateInit(&d_stream); in test_sync()
401 CHECK_ERR(err, "inflateInit"); in test_sync()
477 err = inflateInit(&d_stream); in test_dict_inflate()
478 CHECK_ERR(err, "inflateInit"); in test_dict_inflate()
H A Dinfcover.c358 ret = inflateInit(&strm); assert(ret == Z_OK); in cover_support()
382 ret = inflateInit(&strm); assert(ret == Z_OK); in cover_support()
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
H A Dinflate_fuzzer.cc32 if (Z_OK != inflateInit(&stream)) { in LLVMFuzzerTestOneInput()
H A Dstreaming_inflate_fuzzer.cc47 ret = inflateInit(&decomp_strm); in LLVMFuzzerTestOneInput()
/third_party/libwebsockets/win32port/zlib/
H A Duncompr.c45 err = inflateInit(&stream);
/third_party/ffmpeg/libavcodec/
H A Dzlib_wrapper.c53 zret = inflateInit(zstream); in ff_inflate_init()
57 av_log(logctx, AV_LOG_ERROR, "inflateInit error %d, message: %s\n", in ff_inflate_init()
/third_party/node/deps/v8/third_party/zlib/
H A Duncompr.c55 err = inflateInit(&stream);
H A Dzconf.h123 # define inflateInit z_inflateInit macro
/third_party/node/deps/zlib/
H A Duncompr.c51 err = inflateInit(&stream); in uncompress2()
H A Dzconf.h126 # define inflateInit z_inflateInit macro
/third_party/mesa3d/src/util/
H A Dcompress.c142 int ret = inflateInit(&strm); in util_compress_inflate()
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dzlib.h172 This check is automatically made by deflateInit and inflateInit.
289 ZEXTERN(int) inflateInit OF((z_streamp strm));
294 value depends on the compression method), inflateInit determines the
297 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
300 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
303 message. inflateInit does not perform any decompression apart from reading
520 This is another version of inflateInit with an extra parameter. The
526 this version of the library. The default value is 15 if inflateInit is used
571 This function is equivalent to inflateEnd followed by inflateInit,
810 /* deflateInit and inflateInit ar
817 #define inflateInit global() macro
[all...]
/third_party/skia/third_party/externals/zlib/
H A Duncompr.c55 err = inflateInit(&stream);
H A Dzconf.h123 # define inflateInit z_inflateInit macro
/third_party/zlib/
H A Duncompr.c51 err = inflateInit(&stream); in uncompress2()
H A Dzconf.h114 # define inflateInit z_inflateInit macro
/third_party/ffmpeg/tools/
H A Dcws2fws.c84 if (inflateInit(&zstream) != Z_OK) { in main()
85 fprintf(stderr, "inflateInit failed\n"); in main()
/third_party/skia/tests/
H A DPDFDeflateWStreamTest.cpp48 rc = inflateInit(&flateData); in stream_inflate()
50 ERRORF(reporter, "Zlib: inflateInit failed"); in stream_inflate()
/third_party/zlib/examples/
H A Dfitblk.c185 ret = inflateInit(&inf); in main()
H A Dzpipe.c106 ret = inflateInit(&strm); in inf()
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dinfcover.cc380 ret = inflateInit(&strm); assert(ret == Z_OK); in cover_support()
404 ret = inflateInit(&strm); assert(ret == Z_OK); in cover_support()
/third_party/zlib/contrib/testzlib/
H A Dtestzlib.c239 inflateInit(&zcpr); in main()

Completed in 15 milliseconds

12