Home
last modified time | relevance | path

Searched refs:ares_strdup (Results 1 – 21 of 21) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares__readaddrinfo.c62 ai->name = ares_strdup(name); in ares__readaddrinfo()
214 cname->alias = ares_strdup(aliases[i]); in ares__readaddrinfo()
215 cname->name = ares_strdup(txthost); in ares__readaddrinfo()
226 cname->name = ares_strdup(txthost); in ares__readaddrinfo()
Dares__addrinfo2hostent.c103 aliases[alias] = ares_strdup(next_cname->alias); in ares__addrinfo2hostent()
124 (*host)->h_name = ares_strdup(ai->cnames->name); in ares__addrinfo2hostent()
132 (*host)->h_name = ares_strdup(ai->name); in ares__addrinfo2hostent()
DMakefile.inc51 ares_strdup.c \
74 ares_strdup.h \
Dares_strsplit.c108 parsestr = ares_strdup(in); in ares_strsplit()
152 out[nelms] = ares_strdup(temp[i]); in ares_strsplit()
Dares_search.c88 squery->name = ares_strdup(name); in ares_search()
249 *s = ares_strdup(name); in ares__single_domain()
315 *s = ares_strdup(name); in ares__single_domain()
Dares_strdup.h22 extern char *ares_strdup(const char *s1);
Dares__get_hostent.c175 hostent->h_name = ares_strdup(txthost); in ares__get_hostent()
209 if ((*alias = ares_strdup(txtalias)) == NULL) in ares__get_hostent()
Dares_strdup.c23 char *ares_strdup(const char *s1) in ares_strdup() function
Dares_init.c386 options->domains[i] = ares_strdup(channel->domains[i]); in ares_save_options()
395 options->lookups = ares_strdup(channel->lookups); in ares_save_options()
412 options->resolvconf_path = ares_strdup(channel->resolvconf_path); in ares_save_options()
497 channel->domains[i] = ares_strdup(options->domains[i]); in init_by_options()
508 channel->lookups = ares_strdup(options->lookups); in init_by_options()
528 channel->resolvconf_path = ares_strdup(options->resolvconf_path); in init_by_options()
1528 char *resolvers = ares_strdup(line), *pos, *space; in init_by_resolv_conf()
1676 channel->domains[i] = ares_strdup(res.dnsrch[i]); in init_by_resolv_conf()
1980 channel->domains[0] = ares_strdup(dot + 1); in init_by_defaults()
1996 channel->lookups = ares_strdup("fb"); in init_by_defaults()
[all …]
DMakefile.in199 libcares_la-ares_strdup.lo libcares_la-ares_strerror.lo \
279 ./$(DEPDIR)/libcares_la-ares_strdup.Plo \
622 ares_strdup.c \
645 ares_strdup.h \
799 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_strdup.Plo@am__quote@ # am--inclu…
1183 libcares_la-ares_strdup.lo: ares_strdup.c
1184ares_strdup.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_strdup.Tpo -c -o libcares_la-ares_strdup.lo …
1185 …pCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_strdup.Tpo $(DEPDIR)/libcares_la-ares_str…
1188 …_la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_strdup.lo `test -f 'ares_strdup.c' || echo '$(srcdir)…
1509 -rm -f ./$(DEPDIR)/libcares_la-ares_strdup.Plo
[all …]
Dares__parse_into_addrinfo.c199 ai->name = ares_strdup(question_hostname); in ares__parse_into_addrinfo()
Dares__addrinfo_localhost.c218 ai->name = ares_strdup(name); in ares__addrinfo_localhost()
Dares_getaddrinfo.c358 cname->name = ares_strdup(name); in fake_addrinfo()
674 hquery->name = ares_strdup(name); in ares_getaddrinfo()
Dares_android.c424 domain_list = ares_strdup(domain); in ares_get_android_search_domains_list()
/third_party/grpc/third_party/cares/
Dcares.BUILD152 "ares_strdup.c",
182 "ares_strdup.h",
DBUILD.gn65 "ares_strdup.c",
/third_party/node/deps/cares/
Dcares.gyp99 'src/lib/ares_strdup.c',
100 'src/lib/ares_strdup.h',
DCHANGES282 Replace strdup() with ares_strdup() (#408)
1392 because ares_strdup() isn't NULL-safe if no custom path was set.
3129 instead. Also ensure that ares_strdup() is always available
/third_party/node/deps/cares/src/tools/
Dahost.c37 # define strdup(ptr) ares_strdup(ptr)
Dacountry.c55 # define strdup(ptr) ares_strdup(ptr)
Dadig.c42 # define strdup(ptr) ares_strdup(ptr)