mail_local_host    50 win32/php_win32_globals.h 	char   mail_local_host[HOST_NAME_LEN];
mail_local_host   411 win32/sendmail.c 	snprintf(PW32G(mail_buffer), sizeof(PW32G(mail_buffer)), "HELO %s\r\n", PW32G(mail_local_host));
mail_local_host   789 win32/sendmail.c 	if (gethostname(PW32G(mail_local_host), HOST_NAME_LEN)) {
mail_local_host   794 win32/sendmail.c 	ent = gethostbyname(PW32G(mail_local_host));
mail_local_host   814 win32/sendmail.c 		strcpy(PW32G(mail_local_host), "[");
mail_local_host   815 win32/sendmail.c 		strcpy(PW32G(mail_local_host) + 1, ent->h_name);
mail_local_host   816 win32/sendmail.c 		strcpy(PW32G(mail_local_host) + namelen + 1, "]");
mail_local_host   823 win32/sendmail.c 		strcpy(PW32G(mail_local_host), ent->h_name);