/third_party/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 | Makefile.in | 126 am__objects_1 = ares-test-fuzz.$(OBJEXT) ares-fuzz.$(OBJEXT) 130 am__objects_2 = ares-test-fuzz-name.$(OBJEXT) ares-fuzz.$(OBJEXT) 134 am__objects_3 = ares-test-main.$(OBJEXT) ares-test-init.$(OBJEXT) \ 135 ares-test.$(OBJEXT) ares-test-ns.$(OBJEXT) \ 136 ares-test-parse.$(OBJEXT) ares-test-parse-a.$(OBJEXT) \ 137 ares-test-parse-aaaa.$(OBJEXT) ares-test-parse-mx.$(OBJEXT) \ 138 ares-test-parse-naptr.$(OBJEXT) ares-test-parse-ns.$(OBJEXT) \ 139 ares-test-parse-ptr.$(OBJEXT) ares-test-parse-soa.$(OBJEXT) \ 140 ares-test-parse-soa-any.$(OBJEXT) \ 141 ares-test-parse-srv.$(OBJEXT) ares-test-parse-txt.$(OBJEXT) \ [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()
|
/third_party/node/deps/cares/ |
D | README.md | 1 c-ares 4 …ld Status](https://api.cirrus-ci.com/github/c-ares/c-ares.svg)](https://cirrus-ci.com/github/c-are… 5 …gc5914tm72pvs/branch/master?svg=true)](https://ci.appveyor.com/project/c-ares/c-ares/branch/master) 6 …https://coveralls.io/repos/c-ares/c-ares/badge.svg?branch=master&service=github)](https://coverall… 8 …orage.googleapis.com/badges/c-ares.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-op… 9 …[Releases](https://coderelease.io/badge/c-ares/c-ares)](https://coderelease.io/github/repository/c… 11 This is c-ares, an asynchronous resolver library. It is intended for 17 The full source code is available in the ['c-ares' release archives](https://c-ares.org/download/), 18 and in a git repository: https://github.com/c-ares/c-ares. See the 22 regard to c-ares (or by all means the original ares too), get in touch with us [all …]
|
D | RELEASE-NOTES | 1 c-ares version 1.18.1 11 c-ares version 1.18.0 20 o Update URLs from c-ares.haxx.se to c-ares.org [9] 72 [1] = https://github.com/c-ares/c-ares/pull/411 73 [2] = https://github.com/c-ares/c-ares/pull/410 74 [3] = https://github.com/c-ares/c-ares/pull/414 75 [4] = https://github.com/c-ares/c-ares/pull/418 76 [5] = https://github.com/c-ares/c-ares/pull/417 77 [6] = https://github.com/c-ares/c-ares/pull/420 78 [7] = https://github.com/c-ares/c-ares/pull/422 [all …]
|
D | c-ares-config.cmake.in | 5 include("${CMAKE_CURRENT_LIST_DIR}/c-ares-config-version.cmake") 6 include("${CMAKE_CURRENT_LIST_DIR}/c-ares-targets.cmake") 8 set(c-ares_LIBRARY c-ares::cares) 11 add_library(c-ares::cares_shared INTERFACE IMPORTED) 12 set_target_properties(c-ares::cares_shared PROPERTIES INTERFACE_LINK_LIBRARIES "c-ares::cares") 13 set(c-ares_SHARED_LIBRARY c-ares::cares_shared) 15 add_library(c-ares::cares_static INTERFACE IMPORTED) 16 set_target_properties(c-ares::cares_static PROPERTIES INTERFACE_LINK_LIBRARIES "c-ares::cares") 20 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.org/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 | 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@lists.haxx.se` describing your change. 15 …ssociated discussion, please subscribe to the [mailing list](http://lists.haxx.se/listinfo/c-ares).
|
/third_party/cares/ |
D | README.md | 1 c-ares 4 [](https://travis-ci.org/c-ar… 5 …gc5914tm72pvs/branch/master?svg=true)](https://ci.appveyor.com/project/c-ares/c-ares/branch/master) 6 …https://coveralls.io/repos/c-ares/c-ares/badge.svg?branch=master&service=github)](https://coverall… 8 …orage.googleapis.com/badges/c-ares.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-op… 9 …[Releases](https://coderelease.io/badge/c-ares/c-ares)](https://coderelease.io/github/repository/c… 11 This is c-ares, an asynchronous resolver library. It is intended for 17 The full source code is available in the ['c-ares' release archives](https://c-ares.haxx.se/downloa… 18 and in a git repository: http://github.com/c-ares/c-ares. See the 22 regard to c-ares (or by all means the original ares too), get in touch with us [all …]
|
D | c-ares-config.cmake.in | 5 include("${CMAKE_CURRENT_LIST_DIR}/c-ares-config-version.cmake") 6 include("${CMAKE_CURRENT_LIST_DIR}/c-ares-targets.cmake") 8 set(c-ares_LIBRARY c-ares::cares) 11 add_library(c-ares::cares_shared INTERFACE IMPORTED) 12 set_target_properties(c-ares::cares_shared PROPERTIES INTERFACE_LINK_LIBRARIES "c-ares::cares") 13 set(c-ares_SHARED_LIBRARY c-ares::cares_shared) 15 add_library(c-ares::cares_static INTERFACE IMPORTED) 16 set_target_properties(c-ares::cares_static PROPERTIES INTERFACE_LINK_LIBRARIES "c-ares::cares") 20 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 | RELEASE-NOTES | 1 c-ares version 1.16.1 28 [1] = https://github.com/c-ares/c-ares/pull/328 29 [2] = https://github.com/c-ares/c-ares/pull/323 30 [3] = https://github.com/c-ares/c-ares/pull/321
|
D | README.OpenSource | 3 "Name": "c-ares", 7 "Upstream URL": "https://c-ares.haxx.se/", 8 "Description": "c-ares is a C library for asynchronous DNS requests."
|
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 …]
|
/third_party/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";
|
/third_party/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
|
/third_party/node/deps/cares/src/lib/ |
D | cares.rc | 42 VALUE "CompanyName", "The c-ares library, https://c-ares.org/\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.org/license.html\0"
|
/third_party/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)
|
/third_party/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()")
|
/third_party/node/doc/guides/ |
D | maintaining-c-ares.md | 1 # Maintaining c-ares 3 Updates to the c-ares dependency involve the following steps: 16 The `tools/update-cares.sh` script automates the update of the c-ares source 19 In the following examples, `x.y.z` should match the c-ares version to update to. 39 file. This may result in no changes if c-ares' license has not changed. 63 deps: update c-ares to x.y.z 65 Updated as described in doc/guides/maintaining-c-ares.md.
|
/third_party/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 AS_HELP_STRING([--enable-ares@<:@=PATH@:>@],[Enable c-ares for DNS lookups]) 65 AS_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 …]
|
/third_party/grpc/examples/cpp/helloworld/cmake_externalproject/ |
D | CMakeLists.txt | 43 # Builds c-ares project from the git submodule. 44 ExternalProject_Add(c-ares 45 PREFIX c-ares 51 -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_CURRENT_BINARY_DIR}/c-ares 113 -Dc-ares_DIR:PATH=${CMAKE_CURRENT_BINARY_DIR}/c-ares/lib/cmake/c-ares 117 DEPENDS c-ares protobuf re2 zlib absl 134 -Dc-ares_DIR:PATH=${CMAKE_CURRENT_BINARY_DIR}/c-ares/lib/cmake/c-ares
|