Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Ddns.c102 #ifndef DNS_T_NAPTR
103 #define DNS_T_NAPTR 35 macro
393 else if (!strcasecmp("NAPTR", rectype)) type = DNS_T_NAPTR; in PHP_FUNCTION()
746 case DNS_T_NAPTR: in php_parserr()
913 type_to_fetch = type_param&PHP_DNS_NAPTR ? DNS_T_NAPTR : 0; in PHP_FUNCTION()

Completed in 5 milliseconds