h_name            205 ext/standard/dns.c 	if (!hp || hp->h_name == NULL || hp->h_name[0] == '\0') {
h_name            209 ext/standard/dns.c 	return zend_string_init(hp->h_name, strlen(hp->h_name), 0);
h_name            801 win32/sendmail.c 	namelen = (int)strlen(ent->h_name);
h_name            804 win32/sendmail.c 	if (inet_pton(AF_INET, ent->h_name, &addr) == 1 || inet_pton(AF_INET6, ent->h_name, &addr6) == 1)
h_name            806 win32/sendmail.c 	if (inet_pton(AF_INET, ent->h_name, &addr) == 1)
h_name            815 win32/sendmail.c 		strcpy(PW32G(mail_local_host) + 1, ent->h_name);
h_name            823 win32/sendmail.c 		strcpy(PW32G(mail_local_host), ent->h_name);