Searched refs:PHP_QPRINT_MAXL (Results 1 – 1 of 1) sorted by relevance
146 #define PHP_QPRINT_MAXL 75 macro154 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