Home
last modified time | relevance | path

Searched refs:ares_dns_rr_remaining_len (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/cares/src/lib/
H A Dares_dns_parse.c34 static size_t ares_dns_rr_remaining_len(const ares__buf_t *buf, size_t orig_len, in ares_dns_rr_remaining_len() function
260 buf, ares_dns_rr_remaining_len(buf, orig_len, rdlength), ARES_FALSE, rr, in ares_dns_parse_rr_hinfo()
268 buf, ares_dns_rr_remaining_len(buf, orig_len, rdlength), ARES_FALSE, rr, in ares_dns_parse_rr_hinfo()
365 buf, ares_dns_rr_remaining_len(buf, orig_len, rdlength), ARES_FALSE, rr, in ares_dns_parse_rr_naptr()
373 buf, ares_dns_rr_remaining_len(buf, orig_len, rdlength), ARES_FALSE, rr, in ares_dns_parse_rr_naptr()
381 buf, ares_dns_rr_remaining_len(buf, orig_len, rdlength), ARES_FALSE, rr, in ares_dns_parse_rr_naptr()
424 while (ares_dns_rr_remaining_len(buf, orig_len, rdlength)) { in ares_dns_parse_rr_opt()
480 len = ares_dns_rr_remaining_len(buf, orig_len, rdlength); in ares_dns_parse_rr_tlsa()
517 while (ares_dns_rr_remaining_len(buf, orig_len, rdlength)) { in ares_dns_parse_rr_svcb()
568 while (ares_dns_rr_remaining_len(bu in ares_dns_parse_rr_https()
[all...]

Completed in 1 milliseconds