Searched refs:DNS_T_ANY (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/standard/ |
| H A D | dns.c | 118 #ifndef DNS_T_ANY 119 #define DNS_T_ANY 255 macro 374 else if (!strcasecmp("ANY", rectype)) type = DNS_T_ANY; 767 * If additional info is wanted we check again with DNS_T_ANY (step NUMTYPES / NUMTYPES+1 ) 770 * - In case of PHP_DNS_ANY we use the directly fetch DNS_T_ANY. (step NUMTYPES+1 ) 835 type_to_fetch = DNS_T_ANY; 900 cp = php_parserr(cp, &answer, DNS_T_ANY, authns != NULL, raw, &retval); 912 cp = php_parserr(cp, &answer, DNS_T_ANY, 1, raw, &retval);
|
Completed in 4 milliseconds