replace_us_by_ws   54 ext/standard/quot_print.c PHPAPI zend_string *php_quot_print_decode(const unsigned char *str, size_t length, int replace_us_by_ws) /* {{{ */
replace_us_by_ws   83 ext/standard/quot_print.c 	if (replace_us_by_ws) {
replace_us_by_ws   84 ext/standard/quot_print.c 		replace_us_by_ws = '_';
replace_us_by_ws  135 ext/standard/quot_print.c 			*(p2++) = (replace_us_by_ws == *p1 ? '\x20': *p1);
replace_us_by_ws   24 ext/standard/quot_print.h PHPAPI zend_string *php_quot_print_decode(const unsigned char *str, size_t length, int replace_us_by_ws);