Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
H A Dares_parse_mx_reply.c51 status = ares_dns_parse(abuf, alen, 0, &dnsrec); in ares_parse_mx_reply()
H A Dares_parse_caa_reply.c51 status = ares_dns_parse(abuf, alen, 0, &dnsrec); in ares_parse_caa_reply()
H A Dares_parse_naptr_reply.c50 status = ares_dns_parse(abuf, alen, 0, &dnsrec); in ares_parse_naptr_reply()
H A Dares_parse_soa_reply.c49 status = ares_dns_parse(abuf, alen, 0, &dnsrec); in ares_parse_soa_reply()
H A Dares_parse_srv_reply.c51 status = ares_dns_parse(abuf, alen, 0, &dnsrec); in ares_parse_srv_reply()
H A Dares_parse_txt_reply.c44 status = ares_dns_parse(abuf, alen, 0, &dnsrec); in ares__parse_txt_reply()
H A Dares_parse_uri_reply.c51 status = ares_dns_parse(abuf, alen, 0, &dnsrec); in ares_parse_uri_reply()
H A Dares_qcache.c297 status = ares_dns_parse(qbuf, qlen, 0, &dnsrec); in ares__qcache_calc_key_frombuf()
445 status = ares_dns_parse(qbuf, qlen, 0, &dnsrec); in ares_qcache_fetch()
H A Dares__parse_into_addrinfo.c66 status = ares_dns_parse(abuf, alen, 0, &dnsrec); in ares__parse_into_addrinfo()
H A Dares_parse_ptr_reply.c61 status = ares_dns_parse(abuf, alen, 0, &dnsrec); in ares_parse_ptr_reply()
H A Dares_parse_ns_reply.c62 status = ares_dns_parse(abuf, alen, 0, &dnsrec); in ares_parse_ns_reply()
H A Dares_process.c630 status = ares_dns_parse(abuf, alen, 0, &rdnsrec); in process_answer()
649 status = ares_dns_parse(query->qbuf, query->qlen, 0, &qdnsrec); in process_answer()
H A Dares_dns_parse.c1236 ares_status_t ares_dns_parse(const unsigned char *buf, size_t buf_len, in ares_dns_parse() function
/third_party/node/deps/cares/include/
H A Dares_dns_record.h387 /*! Data type for flags to ares_dns_parse() */
950 CARES_EXTERN ares_status_t ares_dns_parse(const unsigned char *buf,
/third_party/node/deps/cares/src/tools/
H A Dadig.c762 status = (int)ares_dns_parse(abuf, (size_t)alen, 0, &dnsrec); in callback()

Completed in 9 milliseconds