Home
last modified time | relevance | path

Searched refs:DNS_T_NAPTR (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.4/ext/standard/
H A Ddns.c104 #ifndef DNS_T_NAPTR
105 #define DNS_T_NAPTR 35 macro
402 else if (!strcasecmp("NAPTR", rectype)) type = DNS_T_NAPTR; in PHP_FUNCTION()
755 case DNS_T_NAPTR: in php_parserr()
924 type_to_fetch = type_param&PHP_DNS_NAPTR ? DNS_T_NAPTR : 0; in PHP_FUNCTION()

Completed in 20 milliseconds