Home
last modified time | relevance | path

Searched refs:inflateInit2 (Results 1 - 25 of 51) sorted by relevance

123

/third_party/nghttp2/src/
H A Dnghttp2_gzip.c35 rv = inflateInit2(&(*inflater_ptr)->zst, 47); in nghttp2_gzip_inflate_new()
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dftgzip.c319 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 Dzlib.h517 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 Dload_helper.c45 if (inflateInit2(&stream, 32 + 15) != Z_OK) { in ff_cuda_load_module()
/third_party/libwebsockets/lib/roles/http/compression/deflate/
H A Ddeflate.c50 inflateInit2(ctx->u.deflate, 16 + 15) != Z_OK) { in lcs_init_compression_deflate()
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dinfcover.cc300 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 Dutils_unittest.cc199 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 Dinfcover.c278 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 Ddeflate_fuzzer.cc58 ret = inflateInit2(&stream, windowBits); in LLVMFuzzerTestOneInput()
/third_party/curl/src/
H A Dmkhelp.pl169 if(inflateInit2(&z, -MAX_WBITS) != Z_OK)
/third_party/node/deps/v8/third_party/zlib/google/
H A Dcompression_utils_portable.cc20 // 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 Dcompression_utils_portable.cc20 // 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 Dcompression_utils_portable.cc20 // 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 Dzran.c128 // 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 Dgznorm.c19 #include "zlib.h" // inflateInit2, inflate, inflateReset, inflateEnd,
94 if (inflateInit2(&strm, 15 + 16) != Z_OK) in gzip_normalize()
H A Dgzjoin.c61 /* crc32(), crc32_combine(), inflateInit2(), inflate(), inflateEnd() */
305 ret = inflateInit2(&strm, -15); in gzcopy()
/third_party/curl/lib/
H A Dcontent_encoding.c250 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 Dzconf.h124 # define inflateInit2 z_inflateInit2 macro
276 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
/third_party/node/deps/zlib/
H A Dzconf.h127 # 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 Dzlib_bench.cc166 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 Dzconf.h124 # define inflateInit2 z_inflateInit2 macro
276 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc91 return inflateInit2(zcontext, /* windowBits */ 15 | windowBitsFormat); in internalInflateInit2()
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas126 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 Dzconf.h115 # define inflateInit2 z_inflateInit2 macro
271 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
/third_party/libwebsockets/lib/roles/http/server/
H A Dfops-zip.c304 if (inflateInit2(&priv->inflate, -MAX_WBITS) != Z_OK) { in lws_fops_zip_reset_inflate()

Completed in 19 milliseconds

123