Home
last modified time | relevance | path

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

/PHP-8.3/win32/
H A Dphp_win32_globals.h46 char mail_local_host[HOST_NAME_LEN]; member
H A Dsendmail.c414 snprintf(PW32G(mail_buffer), sizeof(PW32G(mail_buffer)), "HELO %s\r\n", PW32G(mail_local_host)); in SendText()
817 if (gethostname(PW32G(mail_local_host), HOST_NAME_LEN)) { in MailConnect()
822 ent = gethostbyname(PW32G(mail_local_host)); in MailConnect()
842 strcpy(PW32G(mail_local_host), "["); in MailConnect()
843 strcpy(PW32G(mail_local_host) + 1, ent->h_name); in MailConnect()
844 strcpy(PW32G(mail_local_host) + namelen + 1, "]"); in MailConnect()
851 strcpy(PW32G(mail_local_host), ent->h_name); in MailConnect()

Completed in 10 milliseconds