Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Ddns.c107 #ifndef DNS_T_A6
108 #define DNS_T_A6 38 macro
403 else if (!strcasecmp("A6", rectype)) type = DNS_T_A6; in PHP_FUNCTION()
662 case DNS_T_A6: in php_parserr()
927 type_to_fetch = type_param&PHP_DNS_A6 ? DNS_T_A6 : 0; in PHP_FUNCTION()

Completed in 7 milliseconds