Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dmail.c109 char *to_r, *subject_r; in PHP_FUNCTION() local
129 to_r = estrndup(to, to_len); in PHP_FUNCTION()
131 if (!isspace((unsigned char) to_r[to_len - 1])) { in PHP_FUNCTION()
134 to_r[to_len - 1] = '\0'; in PHP_FUNCTION()
136 for (i = 0; to_r[i]; i++) { in PHP_FUNCTION()
137 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()
142 SKIP_LONG_HEADER_SEP(to_r, i); in PHP_FUNCTION()
143 to_r[i] = ' '; in PHP_FUNCTION()
147 to_r = to; in PHP_FUNCTION()
187 if (to_r != to) { in PHP_FUNCTION()
[all …]
/PHP-7.1/ext/mbstring/
H A Dmbstring.c4275 char *to_r = NULL; in PHP_FUNCTION() local
4393 to_r = estrndup(to, to_len); in PHP_FUNCTION()
4395 if (!isspace((unsigned char) to_r[to_len - 1])) { in PHP_FUNCTION()
4398 to_r[to_len - 1] = '\0'; in PHP_FUNCTION()
4400 for (i = 0; to_r[i]; i++) { in PHP_FUNCTION()
4401 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()
4407 SKIP_LONG_HEADER_SEP_MBSTRING(to_r, i); in PHP_FUNCTION()
4408 to_r[i] = ' '; in PHP_FUNCTION()
4412 to_r = to; in PHP_FUNCTION()
4528 if (to_r != to) { in PHP_FUNCTION()
[all …]

Completed in 19 milliseconds