/third_party/zlib/contrib/pascal/ |
H A D | example.pas | 195 err := deflateInit(c_stream, Z_DEFAULT_COMPRESSION); 196 CHECK_ERR(err, 'deflateInit'); 281 err := deflateInit(c_stream, Z_BEST_SPEED); 282 CHECK_ERR(err, 'deflateInit'); 379 err := deflateInit(c_stream, Z_DEFAULT_COMPRESSION); 380 CHECK_ERR(err, 'deflateInit'); 458 err := deflateInit(c_stream, Z_BEST_COMPRESSION); 459 CHECK_ERR(err, 'deflateInit');
|
H A D | zlibpas.pas | 106 function deflateInit(var strm: z_stream; level: Integer): Integer; in deflateInit() function 227 function deflateInit(var strm: z_stream; level: Integer): Integer; function
|
/third_party/zlib/test/ |
H A D | example.c | 180 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION); in test_deflate() 181 CHECK_ERR(err, "deflateInit"); in test_deflate() 262 err = deflateInit(&c_stream, Z_BEST_SPEED); in test_large_deflate() 263 CHECK_ERR(err, "deflateInit"); in test_large_deflate() 359 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION); in test_flush() 360 CHECK_ERR(err, "deflateInit"); in test_flush() 436 err = deflateInit(&c_stream, Z_BEST_COMPRESSION); in test_dict_deflate() 437 CHECK_ERR(err, "deflateInit"); in test_dict_deflate()
|
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/ |
H A D | deflate_set_dictionary_fuzzer.cc | 31 if (Z_OK != deflateInit(&stream, Z_DEFAULT_COMPRESSION)) { in LLVMFuzzerTestOneInput()
|
H A D | streaming_inflate_fuzzer.cc | 28 int ret = deflateInit(&comp_strm, Z_DEFAULT_COMPRESSION); in LLVMFuzzerTestOneInput()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | compress.c | 13 parameter has the same meaning as in deflateInit. sourceLen is the byte
46 err = deflateInit(&stream, level);
72 If the default memLevel or windowBits for deflateInit() is changed, then
|
H A D | zlib.h | 220 is automatically made by deflateInit and inflateInit.
224 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
228 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
237 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
241 if there is no error message. deflateInit does not perform any compression:
328 Z_FINISH can be used immediately after deflateInit if all the compression
525 This is another version of deflateInit with more compression options. The
536 deflateInit is used instead.
584 immediately after deflateInit, deflateInit2 or deflateReset, before any call
596 deflateInit o 1546 #define deflateInit global() macro [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | zlib_wrapper.c | 84 zret = deflateInit(zstream, level); in ff_deflate_init() 88 av_log(logctx, AV_LOG_ERROR, "deflateInit error %d, message: %s\n", in ff_deflate_init()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | compress.c | 13 parameter has the same meaning as in deflateInit. sourceLen is the byte 41 err = deflateInit(&stream, level); 78 If the default memLevel or windowBits for deflateInit() is changed, then
|
H A D | zconf.h | 59 # define deflateInit z_deflateInit macro
|
/third_party/node/deps/zlib/ |
H A D | compress.c | 13 parameter has the same meaning as in deflateInit. sourceLen is the byte 36 err = deflateInit(&stream, level); in compress2() 69 If the default memLevel or windowBits for deflateInit() is changed, then
|
H A D | zconf.h | 62 # define deflateInit z_deflateInit macro
|
H A D | zlib.h | 224 is automatically made by deflateInit and inflateInit. 228 ZEXTERN int ZEXPORT deflateInit(z_streamp strm, int level); 232 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default 241 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough 245 if there is no error message. deflateInit does not perform any compression: 334 Z_FINISH can be used in the first deflate call after deflateInit if all the 545 This is another version of deflateInit with more compression options. The 555 deflateInit is used instead. 616 function must be called immediately after deflateInit, deflateInit2 or 633 deflateInit o 1812 # define deflateInit global() macro [all...] |
/third_party/nghttp2/src/ |
H A D | nghttp2_gzip_test.c | 41 rv = deflateInit(&zst, Z_DEFAULT_COMPRESSION); in deflate_data()
|
/third_party/mesa3d/src/util/ |
H A D | compress.c | 60 * for the default settings used by deflateInit(), compress(), and in util_compress_max_compressed_len() 97 int ret = deflateInit(&strm, Z_BEST_COMPRESSION); in util_compress_deflate()
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | zlib.h | 172 This check is automatically made by deflateInit and inflateInit. 176 ZEXTERN(int) deflateInit OF((z_streamp strm, int level)); 180 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 189 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not 193 msg is set to null if there is no error message. deflateInit does not 253 Z_FINISH can be used immediately after deflateInit if all the compression 403 This is another version of deflateInit with more compression options. The 414 deflateInit is used instead. 442 immediately after deflateInit, deflateInit2 or deflateReset, before any 454 deflateInit o 815 #define deflateInit global() macro [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | compress.c | 13 parameter has the same meaning as in deflateInit. sourceLen is the byte 41 err = deflateInit(&stream, level); 78 If the default memLevel or windowBits for deflateInit() is changed, then
|
H A D | zconf.h | 59 # define deflateInit z_deflateInit macro
|
/third_party/zlib/ |
H A D | compress.c | 13 parameter has the same meaning as in deflateInit. sourceLen is the byte 36 err = deflateInit(&stream, level); in compress2() 69 If the default memLevel or windowBits for deflateInit() is changed, then
|
H A D | zconf.h | 50 # define deflateInit z_deflateInit macro
|
/third_party/zlib/examples/ |
H A D | fitblk.c | 7 1.1 25 Nov 2004 Change deflateInit2() to deflateInit() 151 ret = deflateInit(&def, Z_DEFAULT_COMPRESSION); in main()
|
H A D | zpipe.c | 48 ret = deflateInit(&strm, level); in def()
|
/third_party/cups-filters/filter/ |
H A D | rastertops.c | 235 ret = deflateInit(&strm, -1); in write_flate()
|
/third_party/zlib/contrib/testzlib/ |
H A D | testzlib.c | 198 deflateInit(&zcpr,cprLevel);
in main()
|
/third_party/elfutils/libelf/ |
H A D | elf_compress.c | 111 int zrc = deflateInit (&z, Z_BEST_COMPRESSION); in __libelf_compress()
|