DNS_T_PTR 90 standard/dns.c #ifndef DNS_T_PTR DNS_T_PTR 373 standard/dns.c else if (!strcasecmp("PTR", rectype)) type = DNS_T_PTR; DNS_T_PTR 484 standard/dns.c case DNS_T_PTR: DNS_T_PTR 485 standard/dns.c if (type == DNS_T_PTR) { DNS_T_PTR 807 standard/dns.c type_to_fetch = type_param&PHP_DNS_PTR ? DNS_T_PTR : 0;