Searched refs:DNS_T_NS (Results 1 – 1 of 1) sorted by relevance
81 #ifndef DNS_T_NS82 #define DNS_T_NS 2 macro382 else if (!strcasecmp("NS", rectype)) type = DNS_T_NS; in PHP_FUNCTION()500 case DNS_T_NS: in php_parserr()501 if (type == DNS_T_NS) { in php_parserr()849 type_to_fetch = type_param&PHP_DNS_NS ? DNS_T_NS : 0; in PHP_FUNCTION()
Completed in 6 milliseconds