DNS_T_SOA 87 standard/dns.c #ifndef DNS_T_SOA DNS_T_SOA 375 standard/dns.c else if (!strcasecmp("SOA", rectype)) type = DNS_T_SOA; DNS_T_SOA 531 standard/dns.c case DNS_T_SOA: DNS_T_SOA 804 standard/dns.c type_to_fetch = type_param&PHP_DNS_SOA ? DNS_T_SOA : 0;