Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dsendmail.c1067 char *tmpAddress; in FormatEmailAddress() local
1070 if ((tmpAddress = get_angle_addr(EmailAddress)) != NULL) { in FormatEmailAddress()
1071 result = snprintf(Buf, MAIL_BUFFER_SIZE, FormatString, tmpAddress); in FormatEmailAddress()
1072 efree(tmpAddress); in FormatEmailAddress()

Completed in 6 milliseconds