Searched refs:ares (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10.1/dtrace-147/libdwarf/
H A Ddwarf_addr_finder.c259 int ares; local
263 ares = dwarf_attr(die, attrnum, &attr, perr);
264 if (ares == DW_DLV_OK) {
281 ares = dwarf_formaddr(attr, &addr, perr);
282 if (ares == DW_DLV_OK) {
284 } else if (ares == DW_DLV_ERROR) {
285 return ares;
300 res = ares;
320 int ares; local
323 ares
[all...]
/macosx-10.10.1/netcat-22/
H A Dnetcat.c651 struct addrinfo ahints, *ares; local
665 if ((error = getaddrinfo(sflag, pflag, &ahints, &ares)))
668 if (bind(s, (struct sockaddr *)ares->ai_addr,
669 ares->ai_addrlen) < 0)
671 freeaddrinfo(ares);
716 struct addrinfo *res, *res0, *ares = NULL; local
743 if (ares != NULL) {
744 freeaddrinfo(ares);
745 ares = NULL;
753 if ((error = getaddrinfo(sflag, pflag, &ahints, &ares)))
[all...]
/macosx-10.10.1/network_cmds-457/mptcp_client/
H A Dmptcp_client.c316 struct addrinfo *ares = NULL, ahints; local
492 retval = getaddrinfo(host_arg, port_arg, &ahints, &ares);
508 sprint_sockaddr(str, sizeof(str), ares->ai_addr);
512 error = connectx(sockfd, NULL, 0, ares->ai_addr,
513 ares->ai_addrlen, ifscope, ASSOCID_ANY, &cid1);
554 ares->ai_addr, ares->ai_addrlen,
686 if (ares)
687 freeaddrinfo(ares);
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A DMakefile.m3248 # Edit the path below to point to the base of your c-ares package.
50 LIBCARES_PATH = $(PROOT)/ares
106 ifeq ($(findstring -ares,$(CFG)),-ares)
H A Dversion.c38 # include <ares.h>
93 /* this function is only present in c-ares, not in the original ares */
94 len = snprintf(ptr, left, " c-ares/%s", ares_version(NULL));
292 NULL, /* c-ares version */
293 0, /* c-ares version numerical */
318 version_info.ares = ares_version(&aresnum);
H A DMakefile.netware50 # Edit the path below to point to the base of your c-ares package.
52 LIBCARES_PATH = ../ares
193 ifeq ($(findstring -ares,$(CFG)),-ares)
696 @echo c-ares support: enabled
698 @echo c-ares support: no
H A DMakefile.b32118 asyn_ares.obj: asyn-ares.c
H A DMakefile.inc44 http_negotiate_sspi.c http_proxy.c non-ascii.c asyn-ares.c \
H A DMakefile.Watcom117 ARES_ROOT = ../ares
H A Dasyn-ares.c52 * Only for ares-enabled builds
79 # include <ares.h>
80 # include <ares_version.h> /* really old c-ares didn't include this by
84 /* c-ares 1.5.0 or later, the callback proto is modified */
94 Curl_addrinfo *temp_ai; /* intermediary result while fetching c-ares parts */
101 * environment. Initializes ares library.
117 * Deinitializes ares library.
144 ares channel before returning error! */
152 * structure). Destroys the ares channel.
164 * 'from' ares channe
[all...]
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A DMakefile.netware50 # Edit the path below to point to the base of your c-ares package.
52 LIBCARES_PATH = ../../ares
187 ifeq ($(findstring -ares,$(CFG)),-ares)
/macosx-10.10.1/curl-83.1.2/curl/src/
H A DMakefile.netware65 # Edit the path below to point to the base of your c-ares package.
67 LIBCARES_PATH = ../ares
202 ifeq ($(findstring -ares,$(CFG)),-ares)
H A DMakefile.m3260 # Edit the path below to point to the base of your c-ares package.
62 LIBCARES_PATH = $(PROOT)/ares
120 ifeq ($(findstring -ares,$(CFG)),-ares)
H A DMakefile.Watcom117 ARES_ROOT = ../ares
/macosx-10.10.1/curl-83.1.2/curl/packages/DOS/
H A Dcommon.dj90 ARES_ROOT = $(TOPDIR)/ares
/macosx-10.10.1/curl-83.1.2/curl/
H A Dbuildconf391 if test -d ares; then
392 cd ares
393 echo "buildconf: running in ares"
H A Dconfigure1177 ac_subdirs_all='ares'
1813 --enable-ares[=PATH] Enable c-ares for DNS lookups
1814 --disable-ares Disable c-ares for DNS lookups
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable c-ares for DNS lookups" >&5
3175 $as_echo_n "checking whether to enable c-ares for DNS lookups... " >&6; }
3177 # Check whether --enable-ares was given.
5498 curl_res_msg="default (--enable-ares / --enable-threaded-resolver)"
38591 embedded_ares_builddir="$configure_runpath/ares"
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dtimezone.cpp286 UResourceBundle *ares = ures_getByKey(top, kZONES, NULL, &ec); // dereference Zones section local
287 ures_getByIndex(ares, deref, &res, &ec);
288 ures_close(ares);
1006 UResourceBundle *ares = ures_getByKey(top, kNAMES, NULL, &ec); // dereference Zones section local
1009 const UChar* id = ures_getStringByIndex(ares, zone, &idLen, &ec);
1013 ures_close(ares);
/macosx-10.10.1/curl-83.1.2/curl/tests/
H A Dtestcurl.pl368 # find out if curl source dir has an in-tree c-ares repo
369 $have_embedded_ares = 1 if (-f "$CURLDIR/ares/GIT-INFO");
372 # find out if curl source dir has an in-tree c-ares extracted tarball
373 $have_embedded_ares = 1 if (-f "$CURLDIR/ares/ares_build.h");
427 if (-d "ares/.git") {
428 chdir "ares";
431 logit "skipping git pull (--nogitpull) in ares";
433 logit "run git pull in ares";
436 logit "failed to update from ares git ($?), continue anyway" if ($?);
444 logit "The most recent ares gi
[all...]
H A Druntests.pl230 my $has_cares; # if built with c-ares
2355 if ($libcurl =~ /ares/i) {
2357 $resolver="c-ares";
/macosx-10.10.1/curl-83.1.2/curl/packages/OS400/
H A Dccsidcurl.c448 if(p->ares)
449 n += strlen(p->ares) + 1;
500 if(convert_version_info_string(&id->ares, &cp, &n, ccsid))
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dutils.c902 char **ares; local
940 ares = subst_string_by_hook("zsh_directory_name", "d", finddir_full);
941 if (ares && arrlen(ares) >= 2 &&
942 (len = (int)zstrtol(ares[1], NULL, 10)) > finddir_best) {
945 finddir_last->node.nam = zhtricat("[", dupstring(ares[0]), "]");
/macosx-10.10.1/curl-83.1.2/curl/include/curl/
H A Dcurl.h1575 * Only supported by the c-ares DNS backend */
1579 * Only supported by the c-ares DNS backend */
1583 * Only supported by the c-ares DNS backend */
2214 const char *ares; member in struct:__anon7051
/macosx-10.10.1/emacs-93/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit2823 ares �[ # ---> 1-4^3^2- 0

Completed in 282 milliseconds