Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dmail.c471 char *line_sep = PG(mail_mixed_lf_and_crlf) ? "\n" : "\r\n"; in php_mail() local
480 …X-PHP-Originating-Script: " ZEND_LONG_FMT ":%s%s%s", php_getuid(), ZSTR_VAL(f), line_sep, headers); in php_mail()
554 fprintf(sendmail, "To: %s%s", to, line_sep); in php_mail()
555 fprintf(sendmail, "Subject: %s%s", subject, line_sep); in php_mail()
557 fprintf(sendmail, "%s%s", hdr, line_sep); in php_mail()
559 fprintf(sendmail, "%s%s%s", line_sep, message, line_sep); in php_mail()
/php-src/ext/mbstring/
H A Dmbstring.c4580 const char *line_sep = PG(mail_mixed_lf_and_crlf) ? "\n" : CRLF; in PHP_FUNCTION() local
4581 size_t line_sep_len = strlen(line_sep); in PHP_FUNCTION()
4583 …encode(subject, enc, tran_cs, head_enc == &mbfl_encoding_base64, (char*)line_sep, line_sep_len, st… in PHP_FUNCTION()
4622 smart_str_appendl(&str, line_sep, line_sep_len); in PHP_FUNCTION()
4630 smart_str_appendl(&str, line_sep, line_sep_len); in PHP_FUNCTION()
4644 smart_str_appendl(&str, line_sep, line_sep_len); in PHP_FUNCTION()

Completed in 28 milliseconds