Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Ddns.c74 #ifndef DNS_T_NS
75 #define DNS_T_NS 2 macro
392 else if (!strcasecmp("NS", rectype)) type = DNS_T_NS; in PHP_FUNCTION()
515 case DNS_T_NS: in php_parserr()
516 if (type == DNS_T_NS) { in php_parserr()
897 type_to_fetch = type_param&PHP_DNS_NS ? DNS_T_NS : 0; in PHP_FUNCTION()

Completed in 9 milliseconds