Home
last modified time | relevance | path

Searched refs:ares_destroy (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/cares/docs/
DMakefile.inc3 ares_destroy.3 \
DMakefile.in332 ares_destroy.3 \
/third_party/cares/
Dbackport-001-CVE-2023-31147.patch28 src/lib/ares_destroy.c | 3 +
180 diff --git a/src/lib/ares_destroy.c b/src/lib/ares_destroy.c
182 --- a/src/lib/ares_destroy.c
183 +++ b/src/lib/ares_destroy.c
184 @@ -95,6 +95,9 @@ void ares_destroy(ares_channel channel)
DBUILD.gn31 "ares_destroy.c",
/third_party/node/deps/cares/src/lib/
DMakefile.inc14 ares_destroy.c \
Dares_destroy.c45 void ares_destroy(ares_channel channel) in ares_destroy() function
DMakefile.in173 libcares_la-ares_data.lo libcares_la-ares_destroy.lo \
245 ./$(DEPDIR)/libcares_la-ares_destroy.Plo \
589 ares_destroy.c \
767 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_destroy.Plo@am__quote@ # am--incl…
929 libcares_la-ares_destroy.lo: ares_destroy.c
930ares_destroy.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_destroy.Tpo -c -o libcares_la-ares_destroy.…
931 …CC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_destroy.Tpo $(DEPDIR)/libcares_la-ares_des…
934 …la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_destroy.lo `test -f 'ares_destroy.c' || echo '$(srcdir…
1485 -rm -f ./$(DEPDIR)/libcares_la-ares_destroy.Plo
1590 -rm -f ./$(DEPDIR)/libcares_la-ares_destroy.Plo
Dares_init.c310 ares_destroy(*dest); in ares_dup()
317 ares_destroy(*dest); in ares_dup()
/third_party/node/deps/cares/src/tools/
Dahost.c165 ares_destroy(channel); in main()
Dacountry.c186 ares_destroy(channel); in main()
Dadig.c376 ares_destroy(channel); in main()
/third_party/node/deps/cares/
Dcares.gyp17 'src/lib/ares_destroy.c',
DCHANGES1010 - Null deref if ares_getaddrinfo() is terminated with ares_destroy()
1475 - Prevent possible double-free in ares_getaddrinfo() if ares_destroy() is called
1477 In the event that ares_destroy() is called prior to ares_getaddrinfo() completing,
2481 It seems appropriate to treat `ares_cancel()` like `ares_destroy()`,
2989 - ares_destroy.3: formatting polish
4294 ares_destroy() documentation: no new requests
4878 - ares_destroy.c: fix segfault in ares_destroy_options()
/third_party/nghttp2/src/
Dshrpx_dns_resolver.cc129 ares_destroy(channel_); in ~DNSResolver()
/third_party/cares/include/
Dares.h354 CARES_EXTERN void ares_destroy(ares_channel channel);
/third_party/node/deps/cares/include/
Dares.h364 CARES_EXTERN void ares_destroy(ares_channel channel);
/third_party/curl/lib/
Dasyn-ares.c202 ares_destroy((ares_channel)resolver); in Curl_resolver_cleanup()
/third_party/node/src/
Dcares_wrap.cc767 ares_destroy(channel_); in ~ChannelWrap()
824 ares_destroy(channel_); in EnsureServers()