Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Ddns.c118 #ifndef DNS_T_ANY
119 #define DNS_T_ANY 255 macro
385 else if (!strcasecmp("ANY", rectype)) type = DNS_T_ANY; in PHP_FUNCTION()
886 type_to_fetch = DNS_T_ANY; in PHP_FUNCTION()
968 cp = php_parserr(cp, end, &answer, DNS_T_ANY, authns != NULL, raw, &retval); in PHP_FUNCTION()
980 cp = php_parserr(cp, end, &answer, DNS_T_ANY, 1, raw, &retval); in PHP_FUNCTION()

Completed in 9 milliseconds