Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dquot_print.c146 #define PHP_QPRINT_MAXL 75 macro
154 ret = safe_emalloc(3, length + (((3 * length)/(PHP_QPRINT_MAXL-9)) + 1), 1); in php_quot_print_encode()
165 if ((lp += 3) > PHP_QPRINT_MAXL) { in php_quot_print_encode()
175 if ((++lp) > PHP_QPRINT_MAXL) { in php_quot_print_encode()

Completed in 4 milliseconds