Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
Dares_parse_mx_reply.c56 if (ares_dns_record_rr_cnt(dnsrec, ARES_SECTION_ANSWER) == 0) { in ares_parse_mx_reply()
61 for (i = 0; i < ares_dns_record_rr_cnt(dnsrec, ARES_SECTION_ANSWER); i++) { in ares_parse_mx_reply()
Dares_parse_uri_reply.c56 if (ares_dns_record_rr_cnt(dnsrec, ARES_SECTION_ANSWER) == 0) { in ares_parse_uri_reply()
61 for (i = 0; i < ares_dns_record_rr_cnt(dnsrec, ARES_SECTION_ANSWER); i++) { in ares_parse_uri_reply()
Dares_parse_srv_reply.c56 if (ares_dns_record_rr_cnt(dnsrec, ARES_SECTION_ANSWER) == 0) { in ares_parse_srv_reply()
61 for (i = 0; i < ares_dns_record_rr_cnt(dnsrec, ARES_SECTION_ANSWER); i++) { in ares_parse_srv_reply()
Dares_parse_soa_reply.c54 if (ares_dns_record_rr_cnt(dnsrec, ARES_SECTION_ANSWER) == 0) { in ares_parse_soa_reply()
59 for (i = 0; i < ares_dns_record_rr_cnt(dnsrec, ARES_SECTION_ANSWER); i++) { in ares_parse_soa_reply()
Dares_parse_caa_reply.c56 if (ares_dns_record_rr_cnt(dnsrec, ARES_SECTION_ANSWER) == 0) { in ares_parse_caa_reply()
61 for (i = 0; i < ares_dns_record_rr_cnt(dnsrec, ARES_SECTION_ANSWER); i++) { in ares_parse_caa_reply()
Dares_parse_txt_reply.c49 if (ares_dns_record_rr_cnt(dnsrec, ARES_SECTION_ANSWER) == 0) { in ares__parse_txt_reply()
54 for (i = 0; i < ares_dns_record_rr_cnt(dnsrec, ARES_SECTION_ANSWER); i++) { in ares__parse_txt_reply()
Dares_parse_naptr_reply.c55 if (ares_dns_record_rr_cnt(dnsrec, ARES_SECTION_ANSWER) == 0) { in ares_parse_naptr_reply()
60 for (i = 0; i < ares_dns_record_rr_cnt(dnsrec, ARES_SECTION_ANSWER); i++) { in ares_parse_naptr_reply()
Dares_qcache.c242 for (i = 0; i < ares_dns_record_rr_cnt(dnsrec, (ares_dns_section_t)sect); in ares__qcache_calc_minttl()
267 for (i = 0; i < ares_dns_record_rr_cnt(dnsrec, ARES_SECTION_AUTHORITY); i++) { in ares__qcache_soa_minimum()
Dares_parse_ns_reply.c67 ancount = ares_dns_record_rr_cnt(dnsrec, ARES_SECTION_ANSWER); in ares_parse_ns_reply()
Dares__parse_into_addrinfo.c77 ancount = ares_dns_record_rr_cnt(dnsrec, ARES_SECTION_ANSWER); in ares__parse_into_addrinfo()
Dares_parse_ptr_reply.c73 ancount = ares_dns_record_rr_cnt(dnsrec, ARES_SECTION_ANSWER); in ares_parse_ptr_reply()
Dares_dns_record.c303 size_t ares_dns_record_rr_cnt(const ares_dns_record_t *dnsrec, in ares_dns_record_rr_cnt() function
1307 for (i = 0; i < ares_dns_record_rr_cnt(rec, ARES_SECTION_ADDITIONAL); i++) { in ares_dns_has_opt_rr()
Dares_dns_write.c841 for (i = 0; i < ares_dns_record_rr_cnt(dnsrec, section); i++) { in ares_dns_write_rr()
Dares_process.c583 for (i = 0; i < ares_dns_record_rr_cnt(qdnsrec, ARES_SECTION_ADDITIONAL); in rewrite_without_edns()
/third_party/node/deps/cares/src/tools/
Dadig.c289 (unsigned int)ares_dns_record_rr_cnt(dnsrec, ARES_SECTION_ANSWER), in print_header()
290 (unsigned int)ares_dns_record_rr_cnt(dnsrec, ARES_SECTION_AUTHORITY), in print_header()
291 (unsigned int)ares_dns_record_rr_cnt(dnsrec, ARES_SECTION_ADDITIONAL)); in print_header()
693 for (i = 0; i < ares_dns_record_rr_cnt(dnsrec, section); i++) { in has_opt()
706 if (ares_dns_record_rr_cnt(dnsrec, section) == 0 || in print_section()
707 (ares_dns_record_rr_cnt(dnsrec, section) == 1 && in print_section()
713 for (i = 0; i < ares_dns_record_rr_cnt(dnsrec, section); i++) { in print_section()
/third_party/node/deps/cares/docs/
DMakefile.inc32 ares_dns_record_rr_cnt.3 \
DMakefile.in369 ares_dns_record_rr_cnt.3 \
/third_party/node/deps/cares/include/
Dares_dns_record.h648 CARES_EXTERN size_t ares_dns_record_rr_cnt(const ares_dns_record_t *dnsrec,