Searched refs:MAX_WBITS (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/zlib/ |
H A D | zlib_filter.c | 318 int windowBits = -MAX_WBITS; in php_zlib_filter_create() 327 if (tmp < -MAX_WBITS || tmp > MAX_WBITS + 32) { in php_zlib_filter_create() 342 int windowBits = -MAX_WBITS; in php_zlib_filter_create() 369 if (tmp < -MAX_WBITS || tmp > MAX_WBITS + 16) { in php_zlib_filter_create()
|
/PHP-7.2/ext/zip/lib/ |
H A D | zip_source_deflate.c | 296 …if ((ret=deflateInit2(&ctx->zstr, Z_BEST_COMPRESSION, Z_DEFLATED, -MAX_WBITS, ctx->mem_level, Z_DE… in deflate_compress() 368 if ((ret=inflateInit2(&ctx->zstr, -MAX_WBITS)) != Z_OK) { in deflate_decompress()
|
/PHP-7.2/ext/phar/ |
H A D | tar.c | 1334 #ifndef MAX_WBITS in phar_tar_flush() 1335 #define MAX_WBITS 15 in phar_tar_flush() macro 1337 add_assoc_long(&filterparams, "window", MAX_WBITS + 16); in phar_tar_flush()
|
H A D | phar.c | 1621 #ifndef MAX_WBITS 1622 #define MAX_WBITS 15 macro 1624 add_assoc_long_ex(&filterparams, "window", sizeof("window") - 1, MAX_WBITS + 32); 1636 add_assoc_long_ex(&filterparams, "window", sizeof("window") - 1, MAX_WBITS); 3190 add_assoc_long(&filterparams, "window", MAX_WBITS+16);
|
Completed in 24 milliseconds