Home
last modified time | relevance | path

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

/php-src/win32/
H A Dphp_win32_globals.h46 char mail_local_host[HOST_NAME_LEN]; member
H A Dsendmail.c413 snprintf(PW32G(mail_buffer), sizeof(PW32G(mail_buffer)), "HELO %s\r\n", PW32G(mail_local_host)); in SendText()
816 if (gethostname(PW32G(mail_local_host), HOST_NAME_LEN)) { in MailConnect()
821 ent = gethostbyname(PW32G(mail_local_host)); in MailConnect()
841 strcpy(PW32G(mail_local_host), "["); in MailConnect()
842 strcpy(PW32G(mail_local_host) + 1, ent->h_name); in MailConnect()
843 strcpy(PW32G(mail_local_host) + namelen + 1, "]"); in MailConnect()
850 strcpy(PW32G(mail_local_host), ent->h_name); in MailConnect()

Completed in 19 milliseconds