DNS_TYPE_A        112 ext/standard/dns_win32.c 		     if (!strcasecmp("A",     rectype)) type = DNS_TYPE_A;
DNS_TYPE_A        170 ext/standard/dns_win32.c 		case DNS_TYPE_A: {
DNS_TYPE_A        406 ext/standard/dns_win32.c 				type_to_fetch = type_param&PHP_DNS_A     ? DNS_TYPE_A     : 0;