Searched refs:ahdr (Results 1 – 1 of 1) sorted by relevance
387 char *ahdr = NULL; in php_mail() local393 if (ahdr != NULL) { \ in php_mail()394 efree(ahdr); \ in php_mail()441 …spprintf(&ahdr, 0, "X-PHP-Originating-Script: " ZEND_LONG_FMT ":%s\r\n%s", php_getuid(), ZSTR_VAL(… in php_mail()443 spprintf(&ahdr, 0, "X-PHP-Originating-Script: " ZEND_LONG_FMT ":%s", php_getuid(), ZSTR_VAL(f)); in php_mail()445 hdr = ahdr; in php_mail()
Completed in 9 milliseconds