/third_party/elfutils/libdwfl/ |
H A D | gzip.c | 46 # 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 D | example.pas | 244 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 D | zlibpas.pas | 109 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 D | example.c | 225 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 D | infcover.c | 358 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 D | inflate_fuzzer.cc | 32 if (Z_OK != inflateInit(&stream)) { in LLVMFuzzerTestOneInput()
|
H A D | streaming_inflate_fuzzer.cc | 47 ret = inflateInit(&decomp_strm); in LLVMFuzzerTestOneInput()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | uncompr.c | 45 err = inflateInit(&stream);
|
/third_party/ffmpeg/libavcodec/ |
H A D | zlib_wrapper.c | 53 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 D | uncompr.c | 55 err = inflateInit(&stream);
|
H A D | zconf.h | 123 # define inflateInit z_inflateInit macro
|
/third_party/node/deps/zlib/ |
H A D | uncompr.c | 51 err = inflateInit(&stream); in uncompress2()
|
H A D | zconf.h | 126 # define inflateInit z_inflateInit macro
|
/third_party/mesa3d/src/util/ |
H A D | compress.c | 142 int ret = inflateInit(&strm); in util_compress_inflate()
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | zlib.h | 172 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 D | uncompr.c | 55 err = inflateInit(&stream);
|
H A D | zconf.h | 123 # define inflateInit z_inflateInit macro
|
/third_party/zlib/ |
H A D | uncompr.c | 51 err = inflateInit(&stream); in uncompress2()
|
H A D | zconf.h | 114 # define inflateInit z_inflateInit macro
|
/third_party/ffmpeg/tools/ |
H A D | cws2fws.c | 84 if (inflateInit(&zstream) != Z_OK) { in main() 85 fprintf(stderr, "inflateInit failed\n"); in main()
|
/third_party/skia/tests/ |
H A D | PDFDeflateWStreamTest.cpp | 48 rc = inflateInit(&flateData); in stream_inflate() 50 ERRORF(reporter, "Zlib: inflateInit failed"); in stream_inflate()
|
/third_party/zlib/examples/ |
H A D | fitblk.c | 185 ret = inflateInit(&inf); in main()
|
H A D | zpipe.c | 106 ret = inflateInit(&strm); in inf()
|
/third_party/skia/third_party/externals/zlib/contrib/tests/ |
H A D | infcover.cc | 380 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 D | testzlib.c | 239 inflateInit(&zcpr);
in main()
|