/third_party/nghttp2/src/ |
H A D | nghttp2_gzip.c | 35 rv = inflateInit2(&(*inflater_ptr)->zst, 47); in nghttp2_gzip_inflate_new()
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | ftgzip.c | 319 if ( inflateInit2( zstream, -MAX_WBITS ) != Z_OK || in ft_gzip_file_init() 760 err = inflateInit2( &stream, MAX_WBITS|32 ); in FT_EXPORT_DEF() 762 err = inflateInit2( &stream, MAX_WBITS ); in FT_EXPORT_DEF()
|
H A D | zlib.h | 517 ZEXTERN(int) inflateInit2 OF((z_streamp strm, 531 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough 533 memLevel). msg is set to null if there is no error message. inflateInit2 573 The stream will keep attributes that may have been set by inflateInit2. 822 #define inflateInit2(strm, windowBits) \ macro
|
/third_party/ffmpeg/libavfilter/cuda/ |
H A D | load_helper.c | 45 if (inflateInit2(&stream, 32 + 15) != Z_OK) { in ff_cuda_load_module()
|
/third_party/libwebsockets/lib/roles/http/compression/deflate/ |
H A D | deflate.c | 50 inflateInit2(ctx->u.deflate, 16 + 15) != Z_OK) { in lcs_init_compression_deflate()
|
/third_party/skia/third_party/externals/zlib/contrib/tests/ |
H A D | infcover.cc | 300 parameter to inflateInit2(), len is the size of the output buffer, and err 318 ret = inflateInit2(&strm, win); in inf() 438 ret = inflateInit2(&strm, -8); in cover_wrap() 556 ret = inflateInit2(&strm, err < 0 ? 47 : -15);
|
H A D | utils_unittest.cc | 199 ret = inflateInit2(&stream, /*windowbits*/ -15); in TEST() 268 ret = inflateInit2(&stream, /*windowbits*/ -15); in TEST() 408 ret = inflateInit2(&stream, -15); in TEST()
|
/third_party/zlib/test/ |
H A D | infcover.c | 278 parameter to inflateInit2(), len is the size of the output buffer, and err 296 ret = inflateInit2(&strm, win); in inf() 416 ret = inflateInit2(&strm, -8); in cover_wrap() 535 ret = inflateInit2(&strm, err < 0 ? 47 : -15); in try()
|
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/ |
H A D | deflate_fuzzer.cc | 58 ret = inflateInit2(&stream, windowBits); in LLVMFuzzerTestOneInput()
|
/third_party/curl/src/ |
H A D | mkhelp.pl | 169 if(inflateInit2(&z, -MAX_WBITS) != Z_OK)
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | compression_utils_portable.cc | 20 // zlib header when calling deflateInit2() and inflateInit2(). 164 // difference is inflateInit2() is called which allows different window bits to 188 int err = inflateInit2(&stream, ZlibStreamWrapperType(wrapper_type)); in UncompressHelper()
|
/third_party/node/deps/zlib/google/ |
H A D | compression_utils_portable.cc | 20 // zlib header when calling deflateInit2() and inflateInit2(). 164 // difference is inflateInit2() is called which allows different window bits to 188 int err = inflateInit2(&stream, ZlibStreamWrapperType(wrapper_type)); in UncompressHelper()
|
/third_party/skia/third_party/externals/zlib/google/ |
H A D | compression_utils_portable.cc | 20 // zlib header when calling deflateInit2() and inflateInit2(). 164 // difference is inflateInit2() is called which allows different window bits to 188 int err = inflateInit2(&stream, ZlibStreamWrapperType(wrapper_type)); in UncompressHelper()
|
/third_party/zlib/examples/ |
H A D | zran.c | 128 // Decompression modes. These are the inflateInit2() windowBits parameter. 169 ret = inflateInit2(&strm, mode); in deflate_index_build() 365 ret = inflateInit2(&strm, RAW); in deflate_index_extract()
|
H A D | gznorm.c | 19 #include "zlib.h" // inflateInit2, inflate, inflateReset, inflateEnd, 94 if (inflateInit2(&strm, 15 + 16) != Z_OK) in gzip_normalize()
|
H A D | gzjoin.c | 61 /* crc32(), crc32_combine(), inflateInit2(), inflate(), inflateEnd() */ 305 ret = inflateInit2(&strm, -15); in gzcopy()
|
/third_party/curl/lib/ |
H A D | content_encoding.c | 250 if(inflateInit2(z, -MAX_WBITS) == Z_OK) { in inflate_stream() 349 if(inflateInit2(z, MAX_WBITS + 32) != Z_OK) { in gzip_do_init() 356 if(inflateInit2(z, -MAX_WBITS) != Z_OK) { in gzip_do_init()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zconf.h | 124 # define inflateInit2 z_inflateInit2 macro 276 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
|
/third_party/node/deps/zlib/ |
H A D | zconf.h | 127 # define inflateInit2 z_inflateInit2 macro 283 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
|
/third_party/skia/third_party/externals/zlib/contrib/bench/ |
H A D | zlib_bench.cc | 166 int result = inflateInit2(&stream, zlib_stream_wrapper_type(type)); in zlib_uncompress() 168 error_exit("inflateInit2 failed", result); in zlib_uncompress()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | zconf.h | 124 # define inflateInit2 z_inflateInit2 macro 276 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | gzip_stream.cc | 91 return inflateInit2(zcontext, /* windowBits */ 15 | windowBitsFormat); in internalInflateInit2()
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 126 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer; in inflateInit2() function 244 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer; function
|
/third_party/zlib/ |
H A D | zconf.h | 115 # define inflateInit2 z_inflateInit2 macro 271 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | fops-zip.c | 304 if (inflateInit2(&priv->inflate, -MAX_WBITS) != Z_OK) { in lws_fops_zip_reset_inflate()
|