Home
last modified time | relevance | path

Searched refs:ares_dns_class_tostr (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/cares/docs/
DMakefile.inc9 ares_dns_class_tostr.3 \
DMakefile.in346 ares_dns_class_tostr.3 \
/third_party/node/deps/cares/src/tools/
Dadig.c318 printf("%s\t%s\n", ares_dns_class_tostr(qclass), in print_question()
642 ares_dns_class_tostr(ares_dns_rr_get_class(rr)), in print_rr()
/third_party/node/deps/cares/include/
Dares_dns_record.h415 CARES_EXTERN const char *ares_dns_class_tostr(ares_dns_class_t qclass);
/third_party/node/deps/cares/src/lib/
Dares_qcache.c107 status = ares__buf_append_str(buf, ares_dns_class_tostr(qclass)); in ares__qcache_calc_key()
Dares_dns_mapping.c220 const char *ares_dns_class_tostr(ares_dns_class_t qclass) in ares_dns_class_tostr() function