DNS_TYPE_NS       113 ext/standard/dns_win32.c 		else if (!strcasecmp("NS",    rectype)) type = DNS_TYPE_NS;
DNS_TYPE_NS       189 ext/standard/dns_win32.c 		case DNS_TYPE_NS:
DNS_TYPE_NS       190 ext/standard/dns_win32.c 			if (type == DNS_TYPE_NS) {
DNS_TYPE_NS       409 ext/standard/dns_win32.c 				type_to_fetch = type_param&PHP_DNS_NS    ? DNS_TYPE_NS    : 0;