Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds