Searched refs:MAX_WBITS (Results 1 – 4 of 4) sorted by relevance
/PHP-5.6/ext/zlib/ |
H A D | zlib_filter.c | 324 int windowBits = -MAX_WBITS; in php_zlib_filter_create() 337 if (Z_LVAL(tmp) < -MAX_WBITS || Z_LVAL(tmp) > MAX_WBITS + 32) { in php_zlib_filter_create() 352 int windowBits = -MAX_WBITS; in php_zlib_filter_create() 384 if (Z_LVAL(tmp) < -MAX_WBITS || Z_LVAL(tmp) > MAX_WBITS + 16) { in php_zlib_filter_create()
|
/PHP-5.6/ext/zip/lib/ |
H A D | zip_source_deflate.c | 266 -MAX_WBITS, ctx->mem_level, in deflate_compress() 338 if ((ret=inflateInit2(&ctx->zstr, -MAX_WBITS)) != Z_OK) { in deflate_decompress()
|
/PHP-5.6/ext/phar/ |
H A D | tar.c | 1307 #ifndef MAX_WBITS in phar_tar_flush() 1308 #define MAX_WBITS 15 in phar_tar_flush() macro 1310 add_assoc_long(&filterparams, "window", MAX_WBITS + 16); in phar_tar_flush()
|
H A D | phar.c | 1622 #ifndef MAX_WBITS 1623 #define MAX_WBITS 15 macro 1625 add_assoc_long(&filterparams, "window", MAX_WBITS + 32); 1637 add_assoc_long(&filterparams, "window", MAX_WBITS); 3256 add_assoc_long(&filterparams, "window", MAX_WBITS+16);
|
Completed in 20 milliseconds