Searched refs:Z_BEST_COMPRESSION (Results 1 – 10 of 10) sorted by relevance
53 *comp_level = Z_BEST_COMPRESSION; in mkuz_zlib_init()54 if (*comp_level < Z_BEST_SPEED || *comp_level > Z_BEST_COMPRESSION) in mkuz_zlib_init()
55 #define Z_BEST_COMPRESSION 9 macro
56 #define Z_BEST_COMPRESSION 9 macro
61 unsigned z_opt = Z_BEST_COMPRESSION; in main()
122 else if (level > Z_BEST_COMPRESSION) in gz_init()123 level = Z_BEST_COMPRESSION; in gz_init()
281 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED); in test_large_deflate()422 err = deflateInit(&c_stream, Z_BEST_COMPRESSION); in test_dict_deflate()
129 if (compression > Z_BEST_COMPRESSION) in fifolog_write_open()
196 #define Z_BEST_COMPRESSION 9 macro
556 if ((rc = deflateInit(&rb->rb_zstr, Z_BEST_COMPRESSION)) != Z_OK) in compress_start()
1222 if (compressionLevel > Z_BEST_COMPRESSION) in FIO_compressGzFrame()1223 compressionLevel = Z_BEST_COMPRESSION; in FIO_compressGzFrame()