Home
last modified time | relevance | path

Searched refs:MAX_WBITS (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/zlib/
H A Dzlib_filter.c321 int windowBits = -MAX_WBITS; in php_zlib_filter_create()
330 if (tmp < -MAX_WBITS || tmp > MAX_WBITS + 32) { in php_zlib_filter_create()
345 int windowBits = -MAX_WBITS; in php_zlib_filter_create()
372 if (tmp < -MAX_WBITS || tmp > MAX_WBITS + 16) { in php_zlib_filter_create()
/PHP-7.4/ext/phar/
H A Dtar.c1340 #ifndef MAX_WBITS in phar_tar_flush()
1341 #define MAX_WBITS 15 in phar_tar_flush() macro
1343 add_assoc_long(&filterparams, "window", MAX_WBITS + 16); in phar_tar_flush()
H A Dphar.c1631 #ifndef MAX_WBITS in phar_open_from_fp()
1632 #define MAX_WBITS 15 in phar_open_from_fp() macro
1634 add_assoc_long_ex(&filterparams, "window", sizeof("window") - 1, MAX_WBITS + 32); in phar_open_from_fp()
1646 add_assoc_long_ex(&filterparams, "window", sizeof("window") - 1, MAX_WBITS); in phar_open_from_fp()
3178 add_assoc_long(&filterparams, "window", MAX_WBITS+16); in phar_flush()

Completed in 33 milliseconds