DNS_TYPE_CNAME 119 ext/standard/dns_win32.c else if (!strcasecmp("CNAME", rectype)) type = DNS_TYPE_CNAME; DNS_TYPE_CNAME 183 ext/standard/dns_win32.c case DNS_TYPE_CNAME: DNS_TYPE_CNAME 184 ext/standard/dns_win32.c if (type == DNS_TYPE_CNAME) { DNS_TYPE_CNAME 412 ext/standard/dns_win32.c type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_TYPE_CNAME : 0;