Home
last modified time | relevance | path

Searched refs:mail_local_host (Results 1 – 2 of 2) sorted by last modified time

/PHP-7.3/win32/
H A Dsendmail.c383 snprintf(PW32G(mail_buffer), sizeof(PW32G(mail_buffer)), "HELO %s\r\n", PW32G(mail_local_host)); in SendText()
761 if (gethostname(PW32G(mail_local_host), HOST_NAME_LEN)) { in MailConnect()
766 ent = gethostbyname(PW32G(mail_local_host)); in MailConnect()
786 strcpy(PW32G(mail_local_host), "["); in MailConnect()
787 strcpy(PW32G(mail_local_host) + 1, ent->h_name); in MailConnect()
788 strcpy(PW32G(mail_local_host) + namelen + 1, "]"); in MailConnect()
795 strcpy(PW32G(mail_local_host), ent->h_name); in MailConnect()
H A Dphp_win32_globals.h48 char mail_local_host[HOST_NAME_LEN]; member

Completed in 22 milliseconds