Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Ddns.c101 #ifndef DNS_T_SRV
102 #define DNS_T_SRV 33 macro
401 else if (!strcasecmp("SRV", rectype)) type = DNS_T_SRV; in PHP_FUNCTION()
739 case DNS_T_SRV: in php_parserr()
921 type_to_fetch = type_param&PHP_DNS_SRV ? DNS_T_SRV : 0; in PHP_FUNCTION()

Completed in 5 milliseconds