HOST_NAME_LEN      49 win32/php_win32_globals.h 	char   mail_host[HOST_NAME_LEN];
HOST_NAME_LEN      50 win32/php_win32_globals.h 	char   mail_local_host[HOST_NAME_LEN];
HOST_NAME_LEN     215 win32/sendmail.c 	} else if (strlen(host) >= HOST_NAME_LEN) {
HOST_NAME_LEN     296 win32/sendmail.c 		if (NULL == (*error_message = ecalloc(1, HOST_NAME_LEN + 128))) {
HOST_NAME_LEN     299 win32/sendmail.c 		snprintf(*error_message, HOST_NAME_LEN + 128,
HOST_NAME_LEN     789 win32/sendmail.c 	if (gethostname(PW32G(mail_local_host), HOST_NAME_LEN)) {
HOST_NAME_LEN     809 win32/sendmail.c 		if (namelen + 2 >= HOST_NAME_LEN) {
HOST_NAME_LEN     818 win32/sendmail.c 		if (namelen >= HOST_NAME_LEN) {