Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Ddns.c110 #ifndef DNS_T_CAA
111 #define DNS_T_CAA 257 macro
397 else if (!strcasecmp("CAA", rectype)) type = DNS_T_CAA; in PHP_FUNCTION()
547 case DNS_T_CAA: in php_parserr()
930 type_to_fetch = type_param&PHP_DNS_CAA ? DNS_T_CAA : 0; in PHP_FUNCTION()

Completed in 9 milliseconds