Searched refs:DNS_T_TXT (Results 1 – 1 of 1) sorted by relevance
97 #ifndef DNS_T_TXT98 #define DNS_T_TXT 16 macro389 else if (!strcasecmp("TXT", rectype)) type = DNS_T_TXT; in PHP_FUNCTION()561 case DNS_T_TXT: in php_parserr()901 type_to_fetch = type_param&PHP_DNS_TXT ? DNS_T_TXT : 0; in PHP_FUNCTION()
Completed in 8 milliseconds