/third_party/node/deps/cares/src/lib/ |
D | ares_search.c | 41 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()
|
D | ares_query.c | 49 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()
|
D | ares_mkquery.c | 31 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()
|
D | ares_create_query.c | 31 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()
|
D | ares_private.h | 342 int dnsclass, int type, ares_callback callback,
|
/third_party/cares/include/ |
D | ares.h | 421 int dnsclass, 428 int dnsclass, 479 int dnsclass, 488 int dnsclass,
|
/third_party/node/deps/cares/include/ |
D | ares.h | 473 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/ |
D | cares_wrap.h | 246 void AresQuery(const char* name, int dnsclass, int type) { in AresQuery() argument 254 dnsclass, in AresQuery()
|
/third_party/cares/ |
D | backport-001-CVE-2023-31147.patch | 430 void ares_query(ares_channel channel, const char *name, int dnsclass,
|