Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dmail.c106 char *to_r, *subject_r; in PHP_FUNCTION() local
133 to_r = estrndup(to, to_len); in PHP_FUNCTION()
135 if (!isspace((unsigned char) to_r[to_len - 1])) { in PHP_FUNCTION()
138 to_r[to_len - 1] = '\0'; in PHP_FUNCTION()
140 for (i = 0; to_r[i]; i++) { in PHP_FUNCTION()
141 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()
146 SKIP_LONG_HEADER_SEP(to_r, i); in PHP_FUNCTION()
147 to_r[i] = ' '; in PHP_FUNCTION()
151 to_r = to; in PHP_FUNCTION()
191 if (to_r != to) { in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/mbstring/
H A Dmbstring.c3844 char *to_r = NULL; in PHP_FUNCTION() local
3970 to_r = estrndup(to, to_len); in PHP_FUNCTION()
3972 if (!isspace((unsigned char) to_r[to_len - 1])) { in PHP_FUNCTION()
3975 to_r[to_len - 1] = '\0'; in PHP_FUNCTION()
3977 for (i = 0; to_r[i]; i++) { in PHP_FUNCTION()
3978 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()
3984 SKIP_LONG_HEADER_SEP_MBSTRING(to_r, i); in PHP_FUNCTION()
3985 to_r[i] = ' '; in PHP_FUNCTION()
3989 to_r = to; in PHP_FUNCTION()
4104 if (to_r != to) { in PHP_FUNCTION()
[all …]

Completed in 24 milliseconds