Searched refs:MAX_WBITS (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/zlib/ |
H A D | zlib_filter.c | 320 int windowBits = -MAX_WBITS; in php_zlib_filter_create() 329 if (tmp < -MAX_WBITS || tmp > MAX_WBITS + 32) { in php_zlib_filter_create() 344 int windowBits = -MAX_WBITS; in php_zlib_filter_create() 371 if (tmp < -MAX_WBITS || tmp > MAX_WBITS + 16) { in php_zlib_filter_create()
|
/php-src/ext/phar/ |
H A D | tar.c | 1289 #ifndef MAX_WBITS in phar_tar_flush() 1290 #define MAX_WBITS 15 in phar_tar_flush() macro 1292 add_assoc_long(&filterparams, "window", MAX_WBITS + 16); in phar_tar_flush()
|
H A D | phar.c | 1678 #ifndef MAX_WBITS in phar_open_from_fp() 1679 #define MAX_WBITS 15 in phar_open_from_fp() macro 1681 add_assoc_long_ex(&filterparams, "window", sizeof("window") - 1, MAX_WBITS + 32); in phar_open_from_fp() 1693 add_assoc_long_ex(&filterparams, "window", sizeof("window") - 1, MAX_WBITS); in phar_open_from_fp() 3170 add_assoc_long(&filterparams, "window", MAX_WBITS+16); in phar_flush_ex()
|
Completed in 19 milliseconds