Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dmail.c289 char *to_r, *subject_r; in PHP_FUNCTION() local
326 to_r = estrndup(to, to_len); in PHP_FUNCTION()
328 if (!isspace((unsigned char) to_r[to_len - 1])) { in PHP_FUNCTION()
331 to_r[to_len - 1] = '\0'; in PHP_FUNCTION()
333 for (i = 0; to_r[i]; i++) { in PHP_FUNCTION()
334 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()
339 SKIP_LONG_HEADER_SEP(to_r, i); in PHP_FUNCTION()
340 to_r[i] = ' '; in PHP_FUNCTION()
344 to_r = to; in PHP_FUNCTION()
384 if (to_r != to) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/mbstring/
H A Dmbstring.c4351 char *to_r = NULL; in PHP_FUNCTION() local
4481 to_r = estrndup(to, to_len); in PHP_FUNCTION()
4483 if (!isspace((unsigned char) to_r[to_len - 1])) { in PHP_FUNCTION()
4486 to_r[to_len - 1] = '\0'; in PHP_FUNCTION()
4488 for (i = 0; to_r[i]; i++) { in PHP_FUNCTION()
4489 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()
4495 SKIP_LONG_HEADER_SEP_MBSTRING(to_r, i); in PHP_FUNCTION()
4496 to_r[i] = ' '; in PHP_FUNCTION()
4500 to_r = to; in PHP_FUNCTION()
4602 if (to_r != to) { in PHP_FUNCTION()
[all …]

Completed in 20 milliseconds