DNS_T_SRV         108 standard/dns.c #ifndef DNS_T_SRV
DNS_T_SRV         379 standard/dns.c 		else if (!strcasecmp("SRV",   rectype)) type = DNS_T_SRV;
DNS_T_SRV         664 standard/dns.c 		case DNS_T_SRV:
DNS_T_SRV         822 standard/dns.c 				type_to_fetch = type_param&PHP_DNS_SRV   ? DNS_T_SRV   : 0;