Home
last modified time | relevance | path

Searched refs:deflateInit (Results 1 - 25 of 33) sorted by relevance

12

/third_party/zlib/contrib/pascal/
H A Dexample.pas195 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 Dzlibpas.pas106 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 Dexample.c180 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 Ddeflate_set_dictionary_fuzzer.cc31 if (Z_OK != deflateInit(&stream, Z_DEFAULT_COMPRESSION)) { in LLVMFuzzerTestOneInput()
H A Dstreaming_inflate_fuzzer.cc28 int ret = deflateInit(&comp_strm, Z_DEFAULT_COMPRESSION); in LLVMFuzzerTestOneInput()
/third_party/libwebsockets/win32port/zlib/
H A Dcompress.c13 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 Dzlib.h220 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 Dzlib_wrapper.c84 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 Dcompress.c13 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 Dzconf.h59 # define deflateInit z_deflateInit macro
/third_party/node/deps/zlib/
H A Dcompress.c13 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 Dzconf.h62 # define deflateInit z_deflateInit macro
H A Dzlib.h224 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 Dnghttp2_gzip_test.c41 rv = deflateInit(&zst, Z_DEFAULT_COMPRESSION); in deflate_data()
/third_party/mesa3d/src/util/
H A Dcompress.c60 * 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 Dzlib.h172 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 Dcompress.c13 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 Dzconf.h59 # define deflateInit z_deflateInit macro
/third_party/zlib/
H A Dcompress.c13 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 Dzconf.h50 # define deflateInit z_deflateInit macro
/third_party/zlib/examples/
H A Dfitblk.c7 1.1 25 Nov 2004 Change deflateInit2() to deflateInit()
151 ret = deflateInit(&def, Z_DEFAULT_COMPRESSION); in main()
H A Dzpipe.c48 ret = deflateInit(&strm, level); in def()
/third_party/cups-filters/filter/
H A Drastertops.c235 ret = deflateInit(&strm, -1); in write_flate()
/third_party/zlib/contrib/testzlib/
H A Dtestzlib.c198 deflateInit(&zcpr,cprLevel); in main()
/third_party/elfutils/libelf/
H A Delf_compress.c111 int zrc = deflateInit (&z, Z_BEST_COMPRESSION); in __libelf_compress()

Completed in 16 milliseconds

12