Searched refs:DNS_T_TXT (Results 1 – 1 of 1) sorted by relevance
95 #ifndef DNS_T_TXT96 #define DNS_T_TXT 16 macro398 else if (!strcasecmp("TXT", rectype)) type = DNS_T_TXT; in PHP_FUNCTION()570 case DNS_T_TXT: in php_parserr()915 type_to_fetch = type_param&PHP_DNS_TXT ? DNS_T_TXT : 0; in PHP_FUNCTION()
Completed in 5 milliseconds