Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dmail.c127 static void php_mail_build_headers_elems(smart_str *s, zend_string *key, zval *val);
165 php_mail_build_headers_elems(s, key, val); in php_mail_build_headers_elem()
173 static void php_mail_build_headers_elems(smart_str *s, zend_string *key, zval *val) in php_mail_build_headers_elems() function
201 php_mail_build_headers_elems(&s, key, val); \
247 php_mail_build_headers_elems(&s, key, val); in php_mail_build_headers()

Completed in 8 milliseconds