DNS_T_CNAME        80 ext/standard/dns.c #ifndef DNS_T_CNAME
DNS_T_CNAME       293 ext/standard/dns.c 			else if (!strcasecmp("CNAME", Z_STRVAL_PP(arg2))) type = DNS_T_CNAME;
DNS_T_CNAME       445 ext/standard/dns.c 		case DNS_T_CNAME:
DNS_T_CNAME       446 ext/standard/dns.c 			if (type == DNS_T_CNAME)
DNS_T_CNAME       735 ext/standard/dns.c 				type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_T_CNAME : 0;