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

  /external/ltp/testcases/kernel/fs/mongo/
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"
    [all...]
  /external/boringssl/src/crypto/modes/
gcm.c 447 ctx->ares = 0;
504 n = ctx->ares;
514 ctx->ares = n;
546 ctx->ares = n;
571 if (ctx->ares) {
574 ctx->ares = 0;
701 if (ctx->ares) {
704 ctx->ares = 0;
839 if (ctx->ares) {
842 ctx->ares = 0
    [all...]
internal.h 160 unsigned int mres, ares; member in struct:gcm128_context
  /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/icu/icu4c/source/i18n/
timezone.cpp 288 UResourceBundle *ares = ures_getByKey(top, kZONES, NULL, &ec); // dereference Zones section local
289 ures_getByIndex(ares, deref, &res, &ec);
290 ures_close(ares);
1032 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...]
  /prebuilts/go/darwin-x86/src/os/exec/
exec_test.go 600 ares := make(chan string)
602 go runCommand(ca, ares)
604 if got, want := <-ares, fmt.Sprintf("fd3: listener %s\n", la.Addr()); got != want {
  /prebuilts/go/linux-x86/src/os/exec/
exec_test.go 600 ares := make(chan string)
602 go runCommand(ca, ares)
604 if got, want := <-ares, fmt.Sprintf("fd3: listener %s\n", la.Addr()); got != want {
  /external/curl/include/curl/
curl.h 2325 const char *ares; member in struct:__anon16189
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 1828 const char *ares; member in struct:__anon19570
    [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 631 milliseconds