Home
last modified time | relevance | path

Searched refs:ares (Results 1 - 25 of 27) sorted by relevance

12

/third_party/node/deps/cares/
H A Dbuildconf.bat7 REM This file is not included nor needed for c-ares' release
8 REM archives, neither for c-ares' daily snapshot archives.
10 REM Copyright (C) The c-ares project and its contributors
14 ECHO ERROR: This file shall only be used with a c-ares git checkout.
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dgcm128.c826 ctx->ares = 0;
927 n = ctx->ares;
937 ctx->ares = n;
962 ctx->ares = n;
991 if (ctx->ares) {
996 ctx->ares = 0;
1006 ctx->ares = 0;
1223 if (ctx->ares) {
1228 ctx->ares = 0;
1238 ctx->ares
[all...]
/third_party/openssl/crypto/modes/
H A Dgcm128.c826 ctx->ares = 0;
927 n = ctx->ares;
937 ctx->ares = n;
962 ctx->ares = n;
991 if (ctx->ares) {
996 ctx->ares = 0;
1006 ctx->ares = 0;
1223 if (ctx->ares) {
1228 ctx->ares = 0;
1238 ctx->ares
[all...]
/third_party/curl/
H A Dbuildconf.bat128 rem Setup c-ares git tree
129 if exist ares\buildconf.bat (
131 echo Configuring c-ares build environment
132 cd ares
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm.h33 unsigned char ares[16]; member
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm.h33 unsigned char ares[16]; member
/third_party/nghttp2/src/
H A Dshrpx_dns_resolver.h36 #include <ares.h>
69 // DNSResolver is asynchronous name resolver, backed by c-ares
H A Dshrpx_worker_process.cc42 #include <ares.h>
/third_party/curl/lib/
H A DMakefile.mk96 else ifneq ($(findstring -ares,$(CFG)),)
97 LIBCARES_PATH ?= $(PROOT)/../c-ares
H A Dversion.c45 # include <ares.h>
202 "c-ares/%s", ares_version(NULL)); in curl_version()
545 NULL, /* c-ares version */
546 0, /* c-ares version numerical */
609 version_info.ares = ares_version(&aresnum); in curl_version_info()
H A Dasyn-ares.c28 * Only for ares-enabled builds
67 #include <ares.h>
68 #include <ares_version.h> /* really old c-ares didn't include this by
72 /* c-ares 1.5.0 or later, the callback proto is modified */
102 int num_pending; /* number of outstanding c-ares requests */
103 struct Curl_addrinfo *temp_ai; /* intermediary result while fetching c-ares
113 obtaining a "definitive" one. For old c-ares without getaddrinfo.
115 This is intended to equal the c-ares default timeout. cURL always uses that
116 default value. Unfortunately, c-ares doesn't expose its default timeout in
128 * environment. Initializes ares librar
[all...]
/third_party/node/src/
H A Dnode_metadata.cc4 #include "ares.h"
82 ares = ARES_VERSION_STR; in Versions()
H A Dnode_metadata.h42 V(ares) \
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c1616 LLVMValueRef alpha, alpha0, alpha1, ares; in s3tc_decode_block_dxt5() local
1755 ares = LLVMBuildAnd(builder, ainterp, LLVMBuildNot(builder, sel_mask2, ""), ""); in s3tc_decode_block_dxt5()
1758 ares = LLVMBuildOr(builder, ares, sel_mask2, ""); in s3tc_decode_block_dxt5()
1762 tmp0 = lp_build_interleave2(gallivm, type8, bld8.zero, ares, 0); in s3tc_decode_block_dxt5()
1763 tmp1 = lp_build_interleave2(gallivm, type8, bld8.zero, ares, 1); in s3tc_decode_block_dxt5()
1892 ares = lp_build_intrinsic(builder, "llvm.x86.ssse3.pshuf.b.128", in s3tc_decode_block_dxt5()
1895 ares = LLVMBuildBitCast(builder, ares, i32t, ""); in s3tc_decode_block_dxt5()
1897 a[0] = LLVMBuildShl(builder, ares, in s3tc_decode_block_dxt5()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dtimezone.cpp294 UResourceBundle *ares = ures_getByKey(top, kZONES, NULL, &ec); // dereference Zones section in openOlsonResource() local
295 ures_getByIndex(ares, deref, &res, &ec); in openOlsonResource()
296 ures_close(ares); in openOlsonResource()
1073 UResourceBundle *ares = ures_getByKey(top, kNAMES, NULL, &ec); // dereference Zones section in getEquivalentID() local
1076 const UChar* id2 = ures_getStringByIndex(ares, zone, &idLen, &ec); in getEquivalentID()
1080 ures_close(ares); in getEquivalentID()
/third_party/node/deps/icu-small/source/i18n/
H A Dtimezone.cpp294 UResourceBundle *ares = ures_getByKey(top, kZONES, nullptr, &ec); // dereference Zones section in openOlsonResource() local
295 ures_getByIndex(ares, deref, &res, &ec); in openOlsonResource()
296 ures_close(ares); in openOlsonResource()
1073 UResourceBundle *ares = ures_getByKey(top, kNAMES, nullptr, &ec); // dereference Zones section in getEquivalentID() local
1076 const char16_t* id2 = ures_getStringByIndex(ares, zone, &idLen, &ec); in getEquivalentID()
1080 ures_close(ares); in getEquivalentID()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtimezone.cpp294 UResourceBundle *ares = ures_getByKey(top, kZONES, NULL, &ec); // dereference Zones section in openOlsonResource() local
295 ures_getByIndex(ares, deref, &res, &ec); in openOlsonResource()
296 ures_close(ares); in openOlsonResource()
1055 UResourceBundle *ares = ures_getByKey(top, kNAMES, NULL, &ec); // dereference Zones section in getEquivalentID() local
1058 const UChar* id2 = ures_getStringByIndex(ares, zone, &idLen, &ec); in getEquivalentID()
1062 ures_close(ares); in getEquivalentID()
/third_party/ltp/testcases/kernel/fs/mongo/
H A Dmongo.pl311 $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[
[all...]
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dmodes.h132 unsigned int mres, ares; member
/third_party/openssl/include/crypto/
H A Dmodes.h132 unsigned int mres, ares; member
/third_party/curl/tests/
H A Dtestcurl.pl373 # find out if curl source dir has an in-tree c-ares repo
374 $have_embedded_ares = 1 if (-f "$CURLDIR/ares/GIT-INFO");
377 # find out if curl source dir has an in-tree c-ares extracted tarball
378 $have_embedded_ares = 1 if (-f "$CURLDIR/ares/ares_build.h");
436 if (-d "ares/.git") {
437 chdir "ares";
440 logit "skipping git pull (--nogitpull) in ares";
442 logit "run git pull in ares";
445 logit "failed to update from ares git ($?), continue anyway" if ($?);
453 logit "The most recent ares gi
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes.c890 unsigned char ares[16]; member
1186 ctx->ares[n] = *aad; in s390x_aes_gcm_aad()
1191 /* ctx->ares contains a complete block if offset has wrapped around */ in s390x_aes_gcm_aad()
1193 s390x_kma(ctx->ares, 16, NULL, 0, NULL, ctx->fc, &ctx->kma.param); in s390x_aes_gcm_aad()
1213 ctx->ares[rem] = aad[rem]; in s390x_aes_gcm_aad()
1252 s390x_kma(ctx->ares, ctx->areslen, ctx->mres, 16, buf.b, in s390x_aes_gcm()
1275 s390x_kma(ctx->ares, ctx->areslen, in, len, out, in s390x_aes_gcm()
1647 s390x_kma(gctx->ares, gctx->areslen, gctx->mres, gctx->mreslen, tmp, in s390x_aes_gcm_cipher()
/third_party/openssl/crypto/evp/
H A De_aes.c894 unsigned char ares[16]; member
1192 ctx->ares[n] = *aad; in s390x_aes_gcm_aad()
1197 /* ctx->ares contains a complete block if offset has wrapped around */ in s390x_aes_gcm_aad()
1199 s390x_kma(ctx->ares, 16, NULL, 0, NULL, ctx->fc, &ctx->kma.param); in s390x_aes_gcm_aad()
1219 ctx->ares[rem] = aad[rem]; in s390x_aes_gcm_aad()
1258 s390x_kma(ctx->ares, ctx->areslen, ctx->mres, 16, buf.b, in s390x_aes_gcm()
1281 s390x_kma(ctx->ares, ctx->areslen, in, len, out, in s390x_aes_gcm()
1653 s390x_kma(gctx->ares, gctx->areslen, gctx->mres, gctx->mreslen, tmp, in s390x_aes_gcm_cipher()
/third_party/curl/packages/OS400/
H A Dccsidcurl.c429 offsetof(curl_version_info_data, ares), in curl_version_info_ccsid()
/third_party/curl/include/curl/
H A Dcurl.h1850 * Only supported by the c-ares DNS backend */
1883 * Only supported by the c-ares DNS backend */
1887 * Only supported by the c-ares DNS backend */
1891 * Only supported by the c-ares DNS backend */
3071 const char *ares; member

Completed in 40 milliseconds

12