PHP_QPRINT_MAXL   154 standard/quot_print.c 	ret = safe_emalloc(1, 3 * length + 3 * (((3 * length)/PHP_QPRINT_MAXL) + 1), 0);
PHP_QPRINT_MAXL   165 standard/quot_print.c 				if ((((lp+= 3) > PHP_QPRINT_MAXL) && (c <= 0x7f)) 
PHP_QPRINT_MAXL   166 standard/quot_print.c             || ((c > 0x7f) && (c <= 0xdf) && ((lp + 3) > PHP_QPRINT_MAXL)) 
PHP_QPRINT_MAXL   167 standard/quot_print.c             || ((c > 0xdf) && (c <= 0xef) && ((lp + 6) > PHP_QPRINT_MAXL)) 
PHP_QPRINT_MAXL   168 standard/quot_print.c             || ((c > 0xef) && (c <= 0xf4) && ((lp + 9) > PHP_QPRINT_MAXL))) {
PHP_QPRINT_MAXL   178 standard/quot_print.c 				if ((++lp) > PHP_QPRINT_MAXL) {