Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dmail.c214 char *to_r, *subject_r; in PHP_FUNCTION() local
239 to_r = estrndup(to, to_len); in PHP_FUNCTION()
241 if (!isspace((unsigned char) to_r[to_len - 1])) { in PHP_FUNCTION()
244 to_r[to_len - 1] = '\0'; in PHP_FUNCTION()
246 for (i = 0; to_r[i]; i++) { in PHP_FUNCTION()
247 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()
252 SKIP_LONG_HEADER_SEP(to_r, i); in PHP_FUNCTION()
253 to_r[i] = ' '; in PHP_FUNCTION()
257 to_r = to; in PHP_FUNCTION()
297 if (to_r != to) { in PHP_FUNCTION()
[all …]
/PHP-8.1/ext/mbstring/
H A Dmbstring.c3492 char *to_r = NULL; in PHP_FUNCTION() local
3615 to_r = estrndup(to, to_len); in PHP_FUNCTION()
3617 if (!isspace((unsigned char) to_r[to_len - 1])) { in PHP_FUNCTION()
3620 to_r[to_len - 1] = '\0'; in PHP_FUNCTION()
3622 for (i = 0; to_r[i]; i++) { in PHP_FUNCTION()
3623 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()
3629 SKIP_LONG_HEADER_SEP_MBSTRING(to_r, i); in PHP_FUNCTION()
3630 to_r[i] = ' '; in PHP_FUNCTION()
3634 to_r = to; in PHP_FUNCTION()
3735 if (to_r != to) { in PHP_FUNCTION()
[all …]

Completed in 19 milliseconds