Searched refs:ares (Results 1 – 25 of 76) sorted by relevance
1234
/external/curl/CMake/ |
D | FindCARES.cmake | 1 # - Find c-ares 2 # Find the c-ares includes and library 4 # CARES_INCLUDE_DIR, where to find ares.h, etc. 5 # CARES_LIBRARIES, the libraries needed to use c-ares. 6 # CARES_FOUND, If false, do not try to use c-ares. 8 # CARES_LIBRARY, where to find the c-ares library. 10 FIND_PATH(CARES_INCLUDE_DIR ares.h 31 MESSAGE(STATUS "Found c-ares: ${CARES_LIBRARIES}") 35 MESSAGE(FATAL_ERROR "Could not find c-ares library")
|
/external/ltp/testcases/kernel/fs/mongo/ |
D | mongo.pl | 311 $ares[$phase_num]=$total; # ser array of results 435 print LOG2 "$ares[1]\t$ares[2]\t$ares[3]\t$ares[4]\t$ares[5]\t$ares[6]\t$ares[7]\n"; 457 print LOG3 "Create : $ares[1]\n"; 460 print LOG3 "Copy : $ares[2] \n"; 463 print LOG3 "Slinks : $ares[3]\n"; 464 print LOG3 "Read : $ares[4]\n"; 465 print LOG3 "Stats : $ares[5]\n"; 466 print LOG3 "Rename : $ares[6] \n"; 467 print LOG3 "Delete : $ares[7]\n";
|
/external/curl/m4/ |
D | curl-confopts.m4 | 55 dnl --enable-ares or --disable-ares, and 61 AC_MSG_CHECKING([whether to enable c-ares for DNS lookups]) 63 AC_ARG_ENABLE(ares, optenable 64 AC_HELP_STRING([--enable-ares@<:@=PATH@:>@],[Enable c-ares for DNS lookups]) 65 AC_HELP_STRING([--disable-ares],[Disable c-ares for DNS lookups]), 69 dnl --disable-ares option used 77 dnl --enable-ares option used 307 dnl AC_MSG_CHECKING([whether to ignore c-ares enabling assumed setting]) 315 dnl AC_MSG_ERROR([options --enable-ares and --enable-threads are mutually exclusive, at most on… 481 dnl When c-ares library support has been requested, [all …]
|
/external/curl/tests/server/ |
D | Makefile.am | 39 -I$(top_builddir)/ares \ 40 -I$(top_srcdir)/ares
|
/external/curl/tests/unit/ |
D | Makefile.am | 41 -I$(top_builddir)/ares \ 42 -I$(top_srcdir)/ares
|
/external/boringssl/src/crypto/fipsmodule/modes/ |
D | gcm.c | 449 ctx->ares = 0; in CRYPTO_gcm128_setiv() 506 n = ctx->ares; in CRYPTO_gcm128_aad() 516 ctx->ares = n; in CRYPTO_gcm128_aad() 548 ctx->ares = n; in CRYPTO_gcm128_aad() 572 if (ctx->ares) { in CRYPTO_gcm128_encrypt() 575 ctx->ares = 0; in CRYPTO_gcm128_encrypt() 698 if (ctx->ares) { in CRYPTO_gcm128_decrypt() 701 ctx->ares = 0; in CRYPTO_gcm128_decrypt() 830 if (ctx->ares) { in CRYPTO_gcm128_encrypt_ctr32() 833 ctx->ares = 0; in CRYPTO_gcm128_encrypt_ctr32() [all …]
|
/external/curl/tests/libtest/ |
D | Makefile.am | 39 -I$(top_builddir)/ares \ 40 -I$(top_srcdir)/ares
|
/external/curl/tests/data/ |
D | test167 | 66 User-Agent: curl/7.12.0-CVS (i686-pc-linux-gnu) libcurl/7.12.0-CVS OpenSSL/0.9.6b zlib/1.1.4 c-ares… 74 User-Agent: curl/7.12.0-CVS (i686-pc-linux-gnu) libcurl/7.12.0-CVS OpenSSL/0.9.6b zlib/1.1.4 c-ares…
|
D | test1097 | 67 …-CVS (i686-pc-linux-gnu) libcurl/7.19.5-CVS OpenSSL/0.9.8g zlib/1.2.3.3 c-ares/1.6.1-CVS libidn/1.… 71 …-CVS (i686-pc-linux-gnu) libcurl/7.19.5-CVS OpenSSL/0.9.8g zlib/1.2.3.3 c-ares/1.6.1-CVS libidn/1.…
|
D | test168 | 79 User-Agent: curl/7.12.0-CVS (i686-pc-linux-gnu) libcurl/7.12.0-CVS OpenSSL/0.9.6b zlib/1.1.4 c-ares… 86 User-Agent: curl/7.12.0-CVS (i686-pc-linux-gnu) libcurl/7.12.0-CVS OpenSSL/0.9.6b zlib/1.1.4 c-ares…
|
D | test583 | 28 # won't reach too far in the first invoke. When using c-ares at least, the
|
/external/curl/lib/ |
D | Makefile.am | 62 AM_CPPFLAGS += -I$(top_builddir)/ares \ 63 -I$(top_srcdir)/ares
|
D | Makefile.netware | 79 LIBCARES_PATH = ../ares 220 ifeq ($(findstring -ares,$(CFG)),-ares)
|
/external/curl/docs/examples/ |
D | Makefile.netware | 52 LIBCARES_PATH = ../../ares 187 ifeq ($(findstring -ares,$(CFG)),-ares)
|
D | Makefile.m32 | 74 LIBCARES_PATH = $(PROOT)/ares
|
/external/curl/src/ |
D | Makefile.netware | 94 LIBCARES_PATH = ../ares 229 ifeq ($(findstring -ares,$(CFG)),-ares)
|
/external/netcat/ |
D | netcat.c | 614 struct addrinfo ahints, *ares; in remote_connect() local 625 if ((error = getaddrinfo(sflag, pflag, &ahints, &ares))) in remote_connect() 628 if (bind(s, (struct sockaddr *)ares->ai_addr, in remote_connect() 629 ares->ai_addrlen) < 0) in remote_connect() 631 freeaddrinfo(ares); in remote_connect()
|
/external/curl/ |
D | buildconf.bat | 126 rem Setup c-ares git tree 127 if exist ares\buildconf.bat ( 129 echo Configuring c-ares build environment 130 cd ares
|
D | buildconf | 377 if test -d ares; then 378 cd ares
|
/external/icu/icu4c/source/data/unit/ |
D | fy.txt | 37 dnam{"ares"} 39 other{"{0} ares"} 505 dnam{"ares"} 507 other{"{0} ares"}
|
/external/curl/docs/cmdline-opts/ |
D | dns-ipv4-addr.d | 7 Requires: c-ares
|
D | dns-servers.d | 4 Requires: c-ares
|
D | dns-ipv6-addr.d | 7 Requires: c-ares
|
D | dns-interface.d | 7 Requires: c-ares
|
/external/curl/docs/ |
D | INTERNALS.md | 33 - [c-ares](#cares) 84 - c-ares 1.6.0 420 One of the primary reasons we introduced c-ares support was to allow the name 557 normal resolver in a threaded manner or by using c-ares. 560 [c-ares][3] 563 ### Build libcurl to use a c-ares 565 1. ./configure --enable-ares=/path/to/ares/install 568 ### c-ares on win32 570 First I compiled c-ares. I changed the default C runtime library to be the 578 Next thing I did was I added the path for the ares includes to the include [all …]
|
1234