DNS_T_CNAME        84 standard/dns.c #ifndef DNS_T_CNAME
DNS_T_CNAME       377 standard/dns.c 		else if (!strcasecmp("CNAME", rectype)) type = DNS_T_CNAME;
DNS_T_CNAME       474 standard/dns.c 		case DNS_T_CNAME:
DNS_T_CNAME       475 standard/dns.c 			if (type == DNS_T_CNAME) {
DNS_T_CNAME       801 standard/dns.c 				type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_T_CNAME : 0;