Home
last modified time | relevance | path

Searched refs:DNS_T_CNAME (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/standard/
H A Ddns.c77 #ifndef DNS_T_CNAME
78 #define DNS_T_CNAME 5 macro
399 else if (!strcasecmp("CNAME", rectype)) type = DNS_T_CNAME; in PHP_FUNCTION()
510 case DNS_T_CNAME: in php_parserr()
511 if (type == DNS_T_CNAME) { in php_parserr()
900 type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_T_CNAME : 0; in PHP_FUNCTION()

Completed in 9 milliseconds