Searched refs:DNS_T_TXT (Results 1 – 1 of 1) sorted by relevance
102 #ifndef DNS_T_TXT103 #define DNS_T_TXT 16 macro387 else if (!strcasecmp("TXT", rectype)) type = DNS_T_TXT; in PHP_FUNCTION()532 case DNS_T_TXT: in php_parserr()867 type_to_fetch = type_param&PHP_DNS_TXT ? DNS_T_TXT : 0; in PHP_FUNCTION()
Completed in 9 milliseconds