Home
last modified time | relevance | path

Searched refs:dnsclass (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares_search.c41 int dnsclass; member
61 int dnsclass, int type, ares_callback callback, in ares_search_int() argument
85 ares_query(channel, s, dnsclass, type, callback, arg); in ares_search_int()
119 squery->dnsclass = dnsclass; in ares_search_int()
143 ares_query(channel, name, dnsclass, type, search_callback, squery); in ares_search_int()
150 ares_query(channel, s, dnsclass, type, search_callback, squery); in ares_search_int()
161 void ares_search(ares_channel_t *channel, const char *name, int dnsclass, in ares_search() argument
168 ares_search_int(channel, name, dnsclass, type, callback, arg); in ares_search()
212 ares_query(channel, s, squery->dnsclass, squery->type, search_callback, in search_callback()
219 ares_query(channel, squery->name, squery->dnsclass, squery->type, in search_callback()
Dares_query.c49 int dnsclass, int type, ares_callback callback, in ares_query_qid() argument
61 name, dnsclass, type, 0, rd, &qbuf, &qlen, in ares_query_qid()
88 void ares_query(ares_channel_t *channel, const char *name, int dnsclass, in ares_query() argument
95 ares_query_qid(channel, name, dnsclass, type, callback, arg, NULL); in ares_query()
Dares_mkquery.c31 int ares_mkquery(const char *name, int dnsclass, int type, unsigned short id, in ares_mkquery() argument
34 return ares_create_query(name, dnsclass, type, id, rd, buf, buflen, 0); in ares_mkquery()
Dares_create_query.c31 int ares_create_query(const char *name, int dnsclass, int type, in ares_create_query() argument
60 (ares_dns_class_t)dnsclass); in ares_create_query()
Dares_private.h342 int dnsclass, int type, ares_callback callback,
/third_party/cares/include/
Dares.h421 int dnsclass,
428 int dnsclass,
479 int dnsclass,
488 int dnsclass,
/third_party/node/deps/cares/include/
Dares.h473 int dnsclass, int type, ares_callback callback,
477 int dnsclass, int type, ares_callback callback,
514 CARES_EXTERN int ares_create_query(const char *name, int dnsclass, int type,
519 CARES_EXTERN int ares_mkquery(const char *name, int dnsclass, int type,
/third_party/node/src/
Dcares_wrap.h246 void AresQuery(const char* name, int dnsclass, int type) { in AresQuery() argument
254 dnsclass, in AresQuery()
/third_party/cares/
Dbackport-001-CVE-2023-31147.patch430 void ares_query(ares_channel channel, const char *name, int dnsclass,