Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Ddns.c99 #ifndef DNS_T_AAAA
100 #define DNS_T_AAAA 28 macro
405 else if (zend_string_equals_literal_ci(rectype, "AAAA")) type = DNS_T_AAAA; in PHP_FUNCTION()
633 case DNS_T_AAAA: in php_parserr()
921 type_to_fetch = type_param&PHP_DNS_AAAA ? DNS_T_AAAA : 0; in PHP_FUNCTION()

Completed in 8 milliseconds