/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | Makefile.inc | 1 TESTSOURCES = ares-test-main.cc \ 2 ares-test-init.cc \ 3 ares-test.cc \ 4 ares-test-ns.cc \ 5 ares-test-parse.cc \ 6 ares-test-parse-a.cc \ 7 ares-test-parse-aaaa.cc \ 8 ares-test-parse-mx.cc \ 9 ares-test-parse-naptr.cc \ 10 ares-test-parse-ns.cc \ [all …]
|
D | ares-test-main.cc | 10 ares::test::verbose = true; in main() 13 ares::test::mock_port = atoi(argv[ii]); in main() 15 ares::test::families = ares::test::ipv4_family; in main() 16 ares::test::families_modes = ares::test::ipv4_family_both_modes; in main() 18 ares::test::families = ares::test::ipv6_family; in main() 19 ares::test::families_modes = ares::test::ipv6_family_both_modes; in main()
|
D | README.md | 1 c-ares Unit Test Suite 5 This directory holds unit tests for the c-ares library. To build the tests: 7 - Build the main c-ares library first, in the directory above this. To 35 - There are live tests (`ares-test-live.cc`), which assume that the 40 - There are some mock tests (`ares-test-mock.cc`) that set up a fake DNS 41 server and inject its port into the c-ares library configuration. 51 c-ares library that allows override of `malloc`/`free`. 53 (`ares-test-internal.c`), but these are only enabled if the library 86 - Configure the c-ares library and test suite with a recent Clang and a sanitizer, for example: 101 - Link each of the fuzzer entrypoints in with `ares-fuzz.cc`: [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | RELEASE-NOTES | 1 c-ares version 1.15.0 18 o Harden and rationalize c-ares timeout computation [10] 30 [1] = https://github.com/c-ares/c-ares/issues/220 31 [2] = https://github.com/c-ares/c-ares/issues/224 32 [3] = https://github.com/c-ares/c-ares/issues/200 33 [4] = https://github.com/c-ares/c-ares/issues/207 34 [5] = https://github.com/c-ares/c-ares/pull/202 35 [6] = https://github.com/c-ares/c-ares/pull/201 36 [7] = https://github.com/c-ares/c-ares/pull/193 37 [8] = https://github.com/c-ares/c-ares/pull/192 [all …]
|
D | README.md | 1 c-ares 4 [![Build Status](https://travis-ci.org/c-ares/c-ares.svg?branch=master)](https://travis-ci.org/c-ar… 5 …cts/status/03i7151772eq3wn3/branch/master?svg=true)](https://ci.appveyor.com/project/c-ares/c-ares) 6 …https://coveralls.io/repos/c-ares/c-ares/badge.svg?branch=master&service=github)](https://coverall… 8 …[Releases](https://coderelease.io/badge/c-ares/c-ares)](https://coderelease.io/github/repository/c… 10 This is c-ares, an asynchronous resolver library. It is intended for 16 The full source code is available in the ['c-ares' release archives](https://c-ares.haxx.se/downloa… 17 and in a git repository: http://github.com/c-ares/c-ares. See the 21 regard to c-ares (or by all means the original ares too), get in touch with us 22 on the c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares [all …]
|
D | c-ares-config.cmake.in | 5 include("${CMAKE_CURRENT_LIST_DIR}/c-ares-targets.cmake") 7 set(c-ares_LIBRARY c-ares::cares) 10 add_library(c-ares::cares_shared INTERFACE IMPORTED) 11 set_target_properties(c-ares::cares_shared PROPERTIES INTERFACE_LINK_LIBRARIES "c-ares::cares") 12 set(c-ares_SHARED_LIBRARY c-ares::cares_shared) 14 add_library(c-ares::cares_static INTERFACE IMPORTED) 15 set_target_properties(c-ares::cares_static PROPERTIES INTERFACE_LINK_LIBRARIES "c-ares::cares") 19 set(c-ares_STATIC_LIBRARY c-ares::cares_static)
|
D | README.cares | 1 c-ares 4 This package is based on ares 1.1.1 (written by Greg Hudson). Daniel Stenberg 5 decided to fork and release a separate project since the original ares author 8 This package is dubbed 'c-ares' since Daniel wanted this for use within the 9 curl project (hence the letter C) and it makes a nice pun. c-ares is not API 10 compatible with ares: a new name makes that more obvious to the public. 13 ftp://athena-dist.mit.edu:pub/ATHENA/ares (which seems to not be alive 14 anymore). A local copy of the original ares package is kept here: 15 https://c-ares.haxx.se/download/ares-1.1.1.tar.gz
|
D | README.msvc | 9 How to build c-ares using MSVC or Visual Studio 20 Change to c-ares source folder where Makefile.msvc file is located and run: 24 This will build all c-ares libraries as well as three sample programs. 28 depends on the MSVC compiler version being used to build c-ares. 32 holds the c-ares libraries you have just generated, the other three 35 The above command builds four versions of the c-ares library, dynamic 46 In order to allow easy usage of c-ares libraries it may be convenient to 47 install c-ares libraries and header files to a common subdirectory tree. 49 Once that c-ares libraries have been built using procedure described above, 51 to designate the top subdirectory where installation of c-ares libraries and [all …]
|
D | cares.rc | 42 VALUE "CompanyName", "The c-ares library, https://c-ares.haxx.se/\0" 44 VALUE "FileDescription", "c-ares Debug Shared Library\0" 46 VALUE "InternalName", "c-ares\0" 49 VALUE "FileDescription", "c-ares Shared Library\0" 51 VALUE "InternalName", "c-ares\0" 54 VALUE "ProductName", "The c-ares library\0" 57 VALUE "License", "https://c-ares.haxx.se/license.html\0"
|
D | CONTRIBUTING.md | 1 Contributing to c-ares 4 To contribute patches to c-ares, please generate a GitHub pull request 12 To improve the chances of the c-ares maintainers responding to your request: 14 - Also send an email to the mailing list at `c-ares@cool.haxx.se` describing your change. 15 …ed discussion, please subscribe to the [mailing list](http://cool.haxx.se/mailman/listinfo/c-ares).
|
D | .gitignore | 28 c-ares-*.tar.gz 37 c-ares---coverage.info 38 c-ares---coverage 54 c-ares-*.tar.gz.asc
|
D | INSTALL.md | 1 ** This file is adapted from libcurl and not yet fully rewritten for c-ares! ** 15 Lots of people download binary distributions of c-ares. This document 16 does not describe how to install c-ares using such a binary package. 17 This document describes how to compile, build and install c-ares from 54 If you want to install c-ares in a different file hierarchy than /usr/local, 57 ./configure --prefix=/path/to/c-ares/tree 81 If you're a c-ares developer and use gcc, you might want to enable more 100 Download and unpack the c-ares package. 102 `cd` to the new directory. (e.g. `cd c-ares-1.7.6`) 132 specifies where c-ares will be installed. If `configure` completes [all …]
|
D | Makefile.msvc | 84 ! MESSAGE Can not process Makefile.msvc from outside of c-ares source subdirectory. 128 ! MESSAGE MSVC c-ares makefile 133 ! MESSAGE <target> must be one of: [ ALL | c-ares | acountry | adig | ahost | clean } 138 ! MESSAGE all targets being built for all <config> c-ares library types. 389 ALL: c-ares acountry adig ahost 392 c-ares: $(HHEADERS) $(CSOURCES) $(CARES_OBJDIR) $(CARES_OBJS) $(CARES_OUTDIR) 398 acountry: c-ares acountry.c $(SAMPLESOURCES) $(SAMPLEHEADERS) $(PROG1_OBJDIR) $(PROG1_OBJS) $(PROG1… 402 adig: c-ares adig.c $(SAMPLESOURCES) $(SAMPLEHEADERS) $(PROG2_OBJDIR) $(PROG2_OBJS) $(PROG2_OUTDIR) 406 ahost: c-ares ahost.c $(SAMPLESOURCES) $(SAMPLEHEADERS) $(PROG3_OBJDIR) $(PROG3_OBJS) $(PROG3_OUTDI… 442 $(MAKE) /f .\Makefile.msvc CFG=$(CFG) c-ares [all …]
|
D | buildconf.bat | 7 REM This file is not included nor needed for c-ares' release 8 REM archives, neither for c-ares' daily snapshot archives. 11 ECHO ERROR: This file shall only be used with a c-ares git checkout.
|
D | SECURITY.md | 1 c-ares security 5 should be handled in the c-ares project. 10 All known and public c-ares vulnerabilities will be listed on [the c-ares web 11 site](https://c-ares.haxx.se/vulns.html). 31 privately to `c-ares-security@haxx.se`. That's an email alias that reaches a 35 security vulnerability in c-ares are ignored and no further action is 83 the same manner we always announce releases. It gets sent to the c-ares 95 c-ares project and you have shown an understanding for the project and its way
|
D | CHANGES.0 | 1 Changelog for the c-ares project 16 o man pages: docs for the c-ares utility programs 68 - We switched from CVS to git. See http://github.com/bagder/c-ares 77 Bail, and February 2010 by Jakub Hrozek on the c-ares mailing list. On 84 ares channel as these support both IPv4 and IPv6 name servers. 119 - Changed naming convention for c-ares libraries built with MSVC, details 124 with the ones declared in ares.h 131 adjustments when recompiled using c-ares 1.7.0. 138 with the ones declared in ares.h. Added ares_free_data() along with 147 - Makefile.msvc is now the reference method to build c-ares and sample [all …]
|
D | RELEASE-PROCEDURE.md | 1 c-ares release procedure - how to do a release 27 - upload the resulting files to https://c-ares.haxx.se/download/ 31 in the c-ares-www repo 47 - send an email to the c-ares mailing list. Insert the RELEASE-NOTES into the
|
/external/oss-fuzz/projects/c-ares/ |
D | build.sh | 25 $CC $CFLAGS -Iinclude -Isrc/lib -c $SRC/c-ares/test/ares-test-fuzz.c -o $WORK/ares-test-fuzz.o 26 $CXX $CXXFLAGS -std=c++11 $WORK/ares-test-fuzz.o \ 28 $LIB_FUZZING_ENGINE $SRC/c-ares/src/lib/.libs/libcares.a 30 $CC $CFLAGS -Iinclude -Isrc/lib -c $SRC/c-ares/test/ares-test-fuzz-name.c \ 31 -o $WORK/ares-test-fuzz-name.o 32 $CXX $CXXFLAGS -std=c++11 $WORK/ares-test-fuzz-name.o \ 34 $LIB_FUZZING_ENGINE $SRC/c-ares/src/lib/.libs/libcares.a 37 zip -j $OUT/ares_parse_reply_fuzzer_seed_corpus.zip $SRC/c-ares/test/fuzzinput/* 39 $SRC/c-ares/test/fuzznames/*
|
/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/rust/crates/grpcio-sys/grpc/cmake/modules/ |
D | Findc-ares.cmake | 12 # We need to disable version checking, since c-ares does not provide it. 18 find_package(c-ares CONFIG) 28 find_package_handle_standard_args(c-ares CONFIG_MODE) 32 find_path(c-ares_INCLUDE_DIR NAMES ares.h) 37 find_package_handle_standard_args(c-ares 43 add_library(c-ares::cares UNKNOWN IMPORTED) 44 set_target_properties(c-ares::cares PROPERTIES
|
/external/curl/CMake/ |
D | FindCARES.cmake | 22 # - Find c-ares 23 # Find the c-ares includes and library 25 # CARES_INCLUDE_DIR, where to find ares.h, etc. 26 # CARES_LIBRARIES, the libraries needed to use c-ares. 27 # CARES_FOUND, If false, do not try to use c-ares. 29 # CARES_LIBRARY, where to find the c-ares library. 31 find_path(CARES_INCLUDE_DIR ares.h)
|
/external/grpc-grpc/cmake/ |
D | cares.cmake | 23 if(TARGET c-ares) 24 set(_gRPC_CARES_LIBRARIES c-ares) 33 # Use "CONFIG" as there is no built-in cmake module for c-ares. 34 find_package(c-ares REQUIRED CONFIG) 35 if(TARGET c-ares::cares) 36 set(_gRPC_CARES_LIBRARIES c-ares::cares) 39 set(_gRPC_FIND_CARES "if(NOT c-ares_FOUND)\n find_package(c-ares CONFIG)\nendif()")
|
/external/rust/crates/grpcio-sys/grpc/cmake/ |
D | cares.cmake | 27 if(TARGET c-ares) 28 set(_gRPC_CARES_LIBRARIES c-ares) 30 install(TARGETS c-ares EXPORT gRPCTargets 42 find_package(c-ares 1.13.0 REQUIRED) 43 if(TARGET c-ares::cares) 44 set(_gRPC_CARES_LIBRARIES c-ares::cares) 46 set(_gRPC_FIND_CARES "if(NOT c-ares_FOUND)\n find_package(c-ares)\nendif()")
|
/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 310 dnl AC_MSG_CHECKING([whether to ignore c-ares enabling assumed setting]) 318 dnl AC_MSG_ERROR([options --enable-ares and --enable-threads are mutually exclusive, at most on… 483 dnl When c-ares library support has been requested, [all …]
|
/external/grpc-grpc/examples/cpp/helloworld/cmake_externalproject/ |
D | CMakeLists.txt | 30 # Builds c-ares project from the git submodule. 34 ExternalProject_Add(c-ares 35 PREFIX c-ares 41 -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_CURRENT_BINARY_DIR}/c-ares 90 -Dc-ares_DIR:PATH=${CMAKE_CURRENT_BINARY_DIR}/c-ares/lib/cmake/c-ares 94 DEPENDS c-ares protobuf zlib 111 -Dc-ares_DIR:PATH=${CMAKE_CURRENT_BINARY_DIR}/c-ares/lib/cmake/c-ares
|