DNS_T_CNAME 84 ext/standard/dns.c #ifndef DNS_T_CNAME DNS_T_CNAME 388 ext/standard/dns.c else if (!strcasecmp("CNAME", rectype)) type = DNS_T_CNAME; DNS_T_CNAME 495 ext/standard/dns.c case DNS_T_CNAME: DNS_T_CNAME 496 ext/standard/dns.c if (type == DNS_T_CNAME) { DNS_T_CNAME 852 ext/standard/dns.c type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_T_CNAME : 0;