Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dmail.c260 char *to_r, *subject_r; in PHP_FUNCTION() local
285 to_r = estrndup(to, to_len); in PHP_FUNCTION()
287 if (!isspace((unsigned char) to_r[to_len - 1])) { in PHP_FUNCTION()
290 to_r[to_len - 1] = '\0'; in PHP_FUNCTION()
292 for (i = 0; to_r[i]; i++) { in PHP_FUNCTION()
293 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()
298 SKIP_LONG_HEADER_SEP(to_r, i); in PHP_FUNCTION()
299 to_r[i] = ' '; in PHP_FUNCTION()
303 to_r = to; in PHP_FUNCTION()
343 if (to_r != to) { in PHP_FUNCTION()
[all …]
/PHP-8.0/ext/mbstring/
H A Dmbstring.c3462 char *to_r = NULL; in PHP_FUNCTION() local
3585 to_r = estrndup(to, to_len); in PHP_FUNCTION()
3587 if (!isspace((unsigned char) to_r[to_len - 1])) { in PHP_FUNCTION()
3590 to_r[to_len - 1] = '\0'; in PHP_FUNCTION()
3592 for (i = 0; to_r[i]; i++) { in PHP_FUNCTION()
3593 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()
3599 SKIP_LONG_HEADER_SEP_MBSTRING(to_r, i); in PHP_FUNCTION()
3600 to_r[i] = ' '; in PHP_FUNCTION()
3604 to_r = to; in PHP_FUNCTION()
3705 if (to_r != to) { in PHP_FUNCTION()
[all …]

Completed in 23 milliseconds