type_to_fetch 433 ext/standard/dns.c static u_char *php_parserr(u_char *cp, u_char *end, querybuf *answer, int type_to_fetch, int store, int raw, zval **subarray) type_to_fetch 457 ext/standard/dns.c if (type_to_fetch != T_ANY && type != type_to_fetch) { type_to_fetch 771 ext/standard/dns.c int type_to_fetch; type_to_fetch 841 ext/standard/dns.c type_to_fetch = type_param; type_to_fetch 846 ext/standard/dns.c type_to_fetch = type_param&PHP_DNS_A ? DNS_T_A : 0; type_to_fetch 849 ext/standard/dns.c type_to_fetch = type_param&PHP_DNS_NS ? DNS_T_NS : 0; type_to_fetch 852 ext/standard/dns.c type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_T_CNAME : 0; type_to_fetch 855 ext/standard/dns.c type_to_fetch = type_param&PHP_DNS_SOA ? DNS_T_SOA : 0; type_to_fetch 858 ext/standard/dns.c type_to_fetch = type_param&PHP_DNS_PTR ? DNS_T_PTR : 0; type_to_fetch 861 ext/standard/dns.c type_to_fetch = type_param&PHP_DNS_HINFO ? DNS_T_HINFO : 0; type_to_fetch 864 ext/standard/dns.c type_to_fetch = type_param&PHP_DNS_MX ? DNS_T_MX : 0; type_to_fetch 867 ext/standard/dns.c type_to_fetch = type_param&PHP_DNS_TXT ? DNS_T_TXT : 0; type_to_fetch 870 ext/standard/dns.c type_to_fetch = type_param&PHP_DNS_AAAA ? DNS_T_AAAA : 0; type_to_fetch 873 ext/standard/dns.c type_to_fetch = type_param&PHP_DNS_SRV ? DNS_T_SRV : 0; type_to_fetch 876 ext/standard/dns.c type_to_fetch = type_param&PHP_DNS_NAPTR ? DNS_T_NAPTR : 0; type_to_fetch 879 ext/standard/dns.c type_to_fetch = type_param&PHP_DNS_A6 ? DNS_T_A6 : 0; type_to_fetch 886 ext/standard/dns.c type_to_fetch = DNS_T_ANY; type_to_fetch 890 ext/standard/dns.c if (type_to_fetch) { type_to_fetch 907 ext/standard/dns.c n = php_dns_search(handle, hostname, C_IN, type_to_fetch, answer.qb2, sizeof answer); type_to_fetch 955 ext/standard/dns.c cp = php_parserr(cp, end, &answer, type_to_fetch, store_results, raw, &retval); type_to_fetch 141 ext/standard/dns_win32.c static void php_parserr(PDNS_RECORD pRec, int type_to_fetch, int store, int raw, zval **subarray) type_to_fetch 149 ext/standard/dns_win32.c if (type_to_fetch != DNS_TYPE_ANY && type != type_to_fetch) { type_to_fetch 354 ext/standard/dns_win32.c int type, type_to_fetch, first_query = 1, store_results = 1; type_to_fetch 405 ext/standard/dns_win32.c type_to_fetch = type_param; type_to_fetch 410 ext/standard/dns_win32.c type_to_fetch = type_param&PHP_DNS_A ? DNS_TYPE_A : 0; type_to_fetch 413 ext/standard/dns_win32.c type_to_fetch = type_param&PHP_DNS_NS ? DNS_TYPE_NS : 0; type_to_fetch 416 ext/standard/dns_win32.c type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_TYPE_CNAME : 0; type_to_fetch 419 ext/standard/dns_win32.c type_to_fetch = type_param&PHP_DNS_SOA ? DNS_TYPE_SOA : 0; type_to_fetch 422 ext/standard/dns_win32.c type_to_fetch = type_param&PHP_DNS_PTR ? DNS_TYPE_PTR : 0; type_to_fetch 425 ext/standard/dns_win32.c type_to_fetch = type_param&PHP_DNS_HINFO ? DNS_TYPE_HINFO : 0; type_to_fetch 428 ext/standard/dns_win32.c type_to_fetch = type_param&PHP_DNS_MX ? DNS_TYPE_MX : 0; type_to_fetch 431 ext/standard/dns_win32.c type_to_fetch = type_param&PHP_DNS_TXT ? DNS_TYPE_TEXT : 0; type_to_fetch 434 ext/standard/dns_win32.c type_to_fetch = type_param&PHP_DNS_AAAA ? DNS_TYPE_AAAA : 0; type_to_fetch 437 ext/standard/dns_win32.c type_to_fetch = type_param&PHP_DNS_SRV ? DNS_TYPE_SRV : 0; type_to_fetch 440 ext/standard/dns_win32.c type_to_fetch = type_param&PHP_DNS_NAPTR ? DNS_TYPE_NAPTR : 0; type_to_fetch 443 ext/standard/dns_win32.c type_to_fetch = type_param&PHP_DNS_A6 ? DNS_TYPE_A6 : 0; type_to_fetch 450 ext/standard/dns_win32.c type_to_fetch = DNS_TYPE_ANY; type_to_fetch 454 ext/standard/dns_win32.c if (type_to_fetch) { type_to_fetch 455 ext/standard/dns_win32.c status = DnsQuery_A(hostname, type_to_fetch, DNS_QUERY_STANDARD, NULL, &pResult, NULL); type_to_fetch 472 ext/standard/dns_win32.c php_parserr(pRec, type_to_fetch, store_results, raw, &retval); type_to_fetch 480 ext/standard/dns_win32.c php_parserr(pRec, type_to_fetch, 1, raw, &retval); type_to_fetch 495 ext/standard/dns_win32.c php_parserr(pRec, type_to_fetch, 1, raw, &retval);