Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
H A Dares_dns_parse.c135 status = ares__buf_fetch_be16(buf, &u16); in ares_dns_parse_and_set_be16()
430 status = ares__buf_fetch_be16(buf, &opt); in ares_dns_parse_rr_opt()
436 status = ares__buf_fetch_be16(buf, &len); in ares_dns_parse_rr_opt()
523 status = ares__buf_fetch_be16(buf, &opt); in ares_dns_parse_rr_svcb()
529 status = ares__buf_fetch_be16(buf, &len); in ares_dns_parse_rr_svcb()
574 status = ares__buf_fetch_be16(buf, &opt); in ares_dns_parse_rr_https()
580 status = ares__buf_fetch_be16(buf, &len); in ares_dns_parse_rr_https()
765 status = ares__buf_fetch_be16(buf, &id); in ares_dns_parse_header()
771 status = ares__buf_fetch_be16(buf, &u16); in ares_dns_parse_header()
820 status = ares__buf_fetch_be16(bu in ares_dns_parse_header()
[all...]
H A Dares__buf.h296 ares_status_t ares__buf_fetch_be16(ares__buf_t *buf, unsigned short *u16);
H A Dares_process.c317 if (ares__buf_fetch_be16(server->tcp_parser, &dns_len) != ARES_SUCCESS) { in read_tcp_data()
H A Dares__buf.c524 ares_status_t ares__buf_fetch_be16(ares__buf_t *buf, unsigned short *u16) in ares__buf_fetch_be16() function

Completed in 6 milliseconds