Home
last modified time | relevance | path

Searched refs:deflateInit (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/grpc/test/build/
Dzlib.c25 deflateInit(Z_NULL, Z_DEFAULT_COMPRESSION); in main()
/third_party/zlib/contrib/pascal/
Dexample.pas195 err := deflateInit(c_stream, Z_DEFAULT_COMPRESSION);
281 err := deflateInit(c_stream, Z_BEST_SPEED);
379 err := deflateInit(c_stream, Z_DEFAULT_COMPRESSION);
458 err := deflateInit(c_stream, Z_BEST_COMPRESSION);
Dzlibpas.pas106 function deflateInit(var strm: z_stream; level: Integer): Integer; in deflateInit() function
227 function deflateInit(var strm: z_stream; level: Integer): Integer; in deflateInit() function
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/pascal/
Dexample.pas195 err := deflateInit(c_stream, Z_DEFAULT_COMPRESSION);
281 err := deflateInit(c_stream, Z_BEST_SPEED);
379 err := deflateInit(c_stream, Z_DEFAULT_COMPRESSION);
458 err := deflateInit(c_stream, Z_BEST_COMPRESSION);
Dzlibpas.pas106 function deflateInit(var strm: z_stream; level: Integer): Integer; in deflateInit() function
227 function deflateInit(var strm: z_stream; level: Integer): Integer; in deflateInit() function
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/pascal/
Dexample.pas195 err := deflateInit(c_stream, Z_DEFAULT_COMPRESSION);
281 err := deflateInit(c_stream, Z_BEST_SPEED);
379 err := deflateInit(c_stream, Z_DEFAULT_COMPRESSION);
458 err := deflateInit(c_stream, Z_BEST_COMPRESSION);
Dzlibpas.pas106 function deflateInit(var strm: z_stream; level: Integer): Integer; in deflateInit() function
227 function deflateInit(var strm: z_stream; level: Integer): Integer; in deflateInit() function
/third_party/flutter/skia/third_party/externals/zlib/contrib/tests/fuzzers/
Ddeflate_fuzzer.cc36 if (Z_OK != deflateInit(&stream, Z_DEFAULT_COMPRESSION)) { in LLVMFuzzerTestOneInput()
Ddeflate_set_dictionary_fuzzer.cc31 if (Z_OK != deflateInit(&stream, Z_DEFAULT_COMPRESSION)) { in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
Ddeflate_set_dictionary_fuzzer.cc31 if (Z_OK != deflateInit(&stream, Z_DEFAULT_COMPRESSION)) { in LLVMFuzzerTestOneInput()
Dstreaming_inflate_fuzzer.cc28 int ret = deflateInit(&comp_strm, Z_DEFAULT_COMPRESSION); in LLVMFuzzerTestOneInput()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/test/
Dexample.c212 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
290 err = deflateInit(&c_stream, Z_BEST_SPEED);
387 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
468 err = deflateInit(&c_stream, Z_BEST_COMPRESSION);
/third_party/zlib/test/
Dexample.c212 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
290 err = deflateInit(&c_stream, Z_BEST_SPEED);
387 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
467 err = deflateInit(&c_stream, Z_BEST_COMPRESSION);
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/test/
Dexample.c212 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
290 err = deflateInit(&c_stream, Z_BEST_SPEED);
387 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
468 err = deflateInit(&c_stream, Z_BEST_COMPRESSION);
/third_party/libwebsockets/win32port/zlib/
Dcompress.c46 err = deflateInit(&stream, level);
/third_party/skia/third_party/externals/zlib/
Dcompress.c41 err = deflateInit(&stream, level);
/third_party/zlib/
Dcompress.c41 err = deflateInit(&stream, level);
/third_party/node/deps/zlib/
Dcompress.c41 err = deflateInit(&stream, level);
/third_party/flutter/skia/third_party/externals/zlib/
Dcompress.c41 err = deflateInit(&stream, level);
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dcompress.c41 err = deflateInit(&stream, level);
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dcompress.c41 err = deflateInit(&stream, level);
/third_party/flutter/skia/third_party/externals/freetype/src/gzip/
Dzlib.h815 #define deflateInit(strm, level) \ macro
/third_party/freetype/src/gzip/
Dzlib.h815 #define deflateInit(strm, level) \ macro
/third_party/skia/third_party/externals/freetype/src/gzip/
Dzlib.h815 #define deflateInit(strm, level) \ macro
/third_party/nghttp2/src/
Dnghttp2_gzip_test.c45 rv = deflateInit(&zst, Z_DEFAULT_COMPRESSION); in deflate_data()

1234