Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dmail.c108 char *to_r, *subject_r; in PHP_FUNCTION() local
128 to_r = estrndup(to, to_len); in PHP_FUNCTION()
130 if (!isspace((unsigned char) to_r[to_len - 1])) { in PHP_FUNCTION()
133 to_r[to_len - 1] = '\0'; in PHP_FUNCTION()
135 for (i = 0; to_r[i]; i++) { in PHP_FUNCTION()
136 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()
141 SKIP_LONG_HEADER_SEP(to_r, i); in PHP_FUNCTION()
142 to_r[i] = ' '; in PHP_FUNCTION()
146 to_r = to; in PHP_FUNCTION()
186 if (to_r != to) { in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/mbstring/
H A Dmbstring.c4101 char *to_r = NULL; in PHP_FUNCTION() local
4222 to_r = estrndup(to, to_len); in PHP_FUNCTION()
4224 if (!isspace((unsigned char) to_r[to_len - 1])) { in PHP_FUNCTION()
4227 to_r[to_len - 1] = '\0'; in PHP_FUNCTION()
4229 for (i = 0; to_r[i]; i++) { in PHP_FUNCTION()
4230 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()
4236 SKIP_LONG_HEADER_SEP_MBSTRING(to_r, i); in PHP_FUNCTION()
4237 to_r[i] = ' '; in PHP_FUNCTION()
4241 to_r = to; in PHP_FUNCTION()
4356 if (to_r != to) { in PHP_FUNCTION()
[all …]

Completed in 22 milliseconds