Searched refs:DNS_T_CNAME (Results 1 – 1 of 1) sorted by relevance
79 #ifndef DNS_T_CNAME80 #define DNS_T_CNAME 5 macro390 else if (!strcasecmp("CNAME", rectype)) type = DNS_T_CNAME; in PHP_FUNCTION()501 case DNS_T_CNAME: in php_parserr()502 if (type == DNS_T_CNAME) { in php_parserr()886 type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_T_CNAME : 0; in PHP_FUNCTION()
Completed in 6 milliseconds