Searched refs:DNS_T_CNAME (Results 1 – 1 of 1) sorted by relevance
84 #ifndef DNS_T_CNAME85 #define DNS_T_CNAME 5 macro393 else if (!strcasecmp("CNAME", rectype)) type = DNS_T_CNAME; in PHP_FUNCTION()504 case DNS_T_CNAME: in php_parserr()505 if (type == DNS_T_CNAME) { in php_parserr()885 type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_T_CNAME : 0; in PHP_FUNCTION()
Completed in 5 milliseconds