Searched refs:to_r (Results 1 – 2 of 2) sorted by relevance
106 char *to_r, *subject_r; in PHP_FUNCTION() local126 to_r = estrndup(to, to_len); in PHP_FUNCTION()128 if (!isspace((unsigned char) to_r[to_len - 1])) { in PHP_FUNCTION()131 to_r[to_len - 1] = '\0'; in PHP_FUNCTION()133 for (i = 0; to_r[i]; i++) { in PHP_FUNCTION()134 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()139 SKIP_LONG_HEADER_SEP(to_r, i); in PHP_FUNCTION()140 to_r[i] = ' '; in PHP_FUNCTION()144 to_r = to; in PHP_FUNCTION()184 if (to_r != to) { in PHP_FUNCTION()[all …]
4032 char *to_r = NULL; in PHP_FUNCTION() local4153 to_r = estrndup(to, to_len); in PHP_FUNCTION()4155 if (!isspace((unsigned char) to_r[to_len - 1])) { in PHP_FUNCTION()4158 to_r[to_len - 1] = '\0'; in PHP_FUNCTION()4160 for (i = 0; to_r[i]; i++) { in PHP_FUNCTION()4161 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()4167 SKIP_LONG_HEADER_SEP_MBSTRING(to_r, i); in PHP_FUNCTION()4168 to_r[i] = ' '; in PHP_FUNCTION()4172 to_r = to; in PHP_FUNCTION()4287 if (to_r != to) { in PHP_FUNCTION()[all …]
Completed in 21 milliseconds