HomeSort by relevance Sort by last modified time
    Searched refs:ares (Results 1 - 20 of 20) sorted by null

  /system/connectivity/shill/
shill_ares.h 20 #include <ares.h>
26 // A "ares.h" abstraction allowing mocking in tests.
27 class Ares {
29 virtual ~Ares();
31 static Ares* GetInstance();
70 Ares();
73 friend struct base::DefaultLazyInstanceTraits<Ares>;
75 DISALLOW_COPY_AND_ASSIGN(Ares);
  /external/curl/docs/examples/
Makefile.netware 50 # Edit the path below to point to the base of your c-ares package.
52 LIBCARES_PATH = ../../ares
187 ifeq ($(findstring -ares,$(CFG)),-ares)
  /external/curl/
buildconf.bat 139 rem Setup c-ares git tree
140 if exist ares\buildconf.bat (
142 echo Configuring c-ares build environment
143 cd ares
buildconf 378 if test -d ares; then
379 cd ares
380 echo "buildconf: running in ares"
  /external/curl/lib/
version.c 36 # include <ares.h>
109 /* this function is only present in c-ares, not in the original ares */
110 len = snprintf(ptr, left, " c-ares/%s", ares_version(NULL));
332 NULL, /* c-ares version */
333 0, /* c-ares version numerical */
364 version_info.ares = ares_version(&aresnum);
asyn-ares.c 52 * Only for ares-enabled builds
76 # include <ares.h>
77 # include <ares_version.h> /* really old c-ares didn't include this by
81 /* c-ares 1.5.0 or later, the callback proto is modified */
92 Curl_addrinfo *temp_ai; /* intermediary result while fetching c-ares parts */
99 * environment. Initializes ares library.
115 * Deinitializes ares library.
142 ares channel before returning error! */
150 * structure). Destroys the ares channel.
162 * 'from' ares channel and passes the resulting channel to the 'to' pointer
    [all...]
  /external/curl/packages/DOS/
common.dj 66 # Use C-Ares resolver library
90 ARES_ROOT = $(TOPDIR)/ares
  /external/netcat/
netcat.c 614 struct addrinfo ahints, *ares; local
625 if ((error = getaddrinfo(sflag, pflag, &ahints, &ares)))
628 if (bind(s, (struct sockaddr *)ares->ai_addr,
629 ares->ai_addrlen) < 0)
631 freeaddrinfo(ares);
  /external/boringssl/src/crypto/modes/
gcm.c 510 ctx->ares = 0;
593 n = ctx->ares;
603 ctx->ares = n;
631 ctx->ares = n;
661 if (ctx->ares) {
664 ctx->ares = 0;
821 if (ctx->ares) {
824 ctx->ares = 0;
986 if (ctx->ares) {
989 ctx->ares = 0
    [all...]
internal.h 178 unsigned int mres, ares; member in struct:gcm128_context
  /external/icu/icu4c/source/i18n/
timezone.cpp 286 UResourceBundle *ares = ures_getByKey(top, kZONES, NULL, &ec); // dereference Zones section local
287 ures_getByIndex(ares, deref, &res, &ec);
288 ures_close(ares);
1028 UResourceBundle *ares = ures_getByKey(top, kNAMES, NULL, &ec); \/\/ dereference Zones section local
    [all...]
  /external/curl/packages/OS400/
ccsidcurl.c 445 if(p->ares)
446 n += strlen(p->ares) + 1;
498 if(convert_version_info_string(&id->ares, &cp, &n, ccsid))
  /external/curl/tests/
testcurl.pl 381 # find out if curl source dir has an in-tree c-ares repo
382 $have_embedded_ares = 1 if (-f "$CURLDIR/ares/GIT-INFO");
385 # find out if curl source dir has an in-tree c-ares extracted tarball
386 $have_embedded_ares = 1 if (-f "$CURLDIR/ares/ares_build.h");
444 if (-d "ares/.git") {
445 chdir "ares";
448 logit "skipping git pull (--nogitpull) in ares";
450 logit "run git pull in ares";
453 logit "failed to update from ares git ($?), continue anyway" if ($?);
461 logit "The most recent ares git commits:"
    [all...]
runtests.pl 228 my $has_cares; # set if built with c-ares
    [all...]
  /external/curl/include/curl/
curl.h 2325 const char *ares; member in struct:__anon8525
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 1828 const char *ares; member in struct:__anon11567
    [all...]
  /external/v8/test/cctest/
test-assembler-arm.cc     [all...]
  /external/c-ares/
configure 3 # Generated by GNU Autoconf 2.68 for c-ares 1.7.5.
5 # Report bugs to <c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares>.
279 $as_echo "$0: Please tell bug-autoconf@gnu.org and c-ares mailing
280 $0: list: http://cool.haxx.se/mailman/listinfo/c-ares about
601 PACKAGE_NAME='c-ares'
602 PACKAGE_TARNAME='c-ares'
604 PACKAGE_STRING='c-ares 1.7.5'
605 PACKAGE_BUGREPORT='c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares'
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 

Completed in 1208 milliseconds