Searched refs:ares_strdup (Results 1 – 21 of 21) sorted by relevance
62 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()
103 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()
51 ares_strdup.c \74 ares_strdup.h \
108 parsestr = ares_strdup(in); in ares_strsplit()152 out[nelms] = ares_strdup(temp[i]); in ares_strsplit()
88 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()
22 extern char *ares_strdup(const char *s1);
175 hostent->h_name = ares_strdup(txthost); in ares__get_hostent()209 if ((*alias = ares_strdup(txtalias)) == NULL) in ares__get_hostent()
23 char *ares_strdup(const char *s1) in ares_strdup() function
386 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 …]
199 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.c1184 …ares_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 …]
199 ai->name = ares_strdup(question_hostname); in ares__parse_into_addrinfo()
218 ai->name = ares_strdup(name); in ares__addrinfo_localhost()
358 cname->name = ares_strdup(name); in fake_addrinfo()674 hquery->name = ares_strdup(name); in ares_getaddrinfo()
424 domain_list = ares_strdup(domain); in ares_get_android_search_domains_list()
152 "ares_strdup.c",182 "ares_strdup.h",
65 "ares_strdup.c",
99 'src/lib/ares_strdup.c',100 'src/lib/ares_strdup.h',
282 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
37 # define strdup(ptr) ares_strdup(ptr)
55 # define strdup(ptr) ares_strdup(ptr)
42 # define strdup(ptr) ares_strdup(ptr)