DNS_T_NS           81 ext/standard/dns.c #ifndef DNS_T_NS
DNS_T_NS          382 ext/standard/dns.c 		else if (!strcasecmp("NS",    rectype)) type = DNS_T_NS;
DNS_T_NS          500 ext/standard/dns.c 		case DNS_T_NS:
DNS_T_NS          501 ext/standard/dns.c 			if (type == DNS_T_NS) {
DNS_T_NS          849 ext/standard/dns.c 				type_to_fetch = type_param&PHP_DNS_NS    ? DNS_T_NS    : 0;