Searched refs:to_r (Results 1 – 2 of 2) sorted by relevance
251 char *to_r, *subject_r; in PHP_FUNCTION() local276 to_r = estrndup(to, to_len); in PHP_FUNCTION()278 if (!isspace((unsigned char) to_r[to_len - 1])) { in PHP_FUNCTION()281 to_r[to_len - 1] = '\0'; in PHP_FUNCTION()283 for (i = 0; to_r[i]; i++) { in PHP_FUNCTION()284 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()289 SKIP_LONG_HEADER_SEP(to_r, i); in PHP_FUNCTION()290 to_r[i] = ' '; in PHP_FUNCTION()294 to_r = to; in PHP_FUNCTION()334 if (to_r != to) { in PHP_FUNCTION()[all …]
4205 char *to_r = NULL; in PHP_FUNCTION() local4316 to_r = estrndup(to, to_len); in PHP_FUNCTION()4321 to_r[to_len - 1] = '\0'; in PHP_FUNCTION()4323 for (i = 0; to_r[i]; i++) { in PHP_FUNCTION()4324 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()4328 if (to_r[i] == '\r' && to_r[i + 1] == '\n' && (to_r[i + 2] == ' ' || to_r[i + 2] == '\t')) { in PHP_FUNCTION()4330 while (to_r[i + 1] == ' ' || to_r[i + 1] == '\t') { in PHP_FUNCTION()4336 to_r[i] = ' '; in PHP_FUNCTION()4340 to_r = to; in PHP_FUNCTION()4435 if (to_r != to) { in PHP_FUNCTION()[all …]
Completed in 24 milliseconds