DNS_TYPE_ANY      116 ext/standard/dns_win32.c 		else if (!strcasecmp("ANY",   rectype)) type = DNS_TYPE_ANY;
DNS_TYPE_ANY      149 ext/standard/dns_win32.c 	if (type_to_fetch != DNS_TYPE_ANY && type != type_to_fetch) {
DNS_TYPE_ANY      446 ext/standard/dns_win32.c 				type_to_fetch = DNS_TYPE_ANY;