/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/ |
H A D | crmf.h | 186 int OSSL_CRMF_MSG_set0_extensions(OSSL_CRMF_MSG *crm, X509_EXTENSIONS *exts);
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/include/openssl/ |
H A D | crmf.h | 186 int OSSL_CRMF_MSG_set0_extensions(OSSL_CRMF_MSG *crm, X509_EXTENSIONS *exts);
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/ |
H A D | crmf.h | 186 int OSSL_CRMF_MSG_set0_extensions(OSSL_CRMF_MSG *crm, X509_EXTENSIONS *exts);
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/ |
H A D | crmf.h | 186 int OSSL_CRMF_MSG_set0_extensions(OSSL_CRMF_MSG *crm, X509_EXTENSIONS *exts);
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/ |
H A D | crmf.h | 186 int OSSL_CRMF_MSG_set0_extensions(OSSL_CRMF_MSG *crm, X509_EXTENSIONS *exts);
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 2015 exts = gyp.MSVSUtil.TARGET_TYPE_EXT 2017 default_variables["EXECUTABLE_SUFFIX"] = "." + exts["executable"] 2019 default_variables["STATIC_LIB_SUFFIX"] = "." + exts["static_library"] 2021 default_variables["SHARED_LIB_SUFFIX"] = "." + exts["shared_library"]
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 2012 exts = gyp.MSVSUtil.TARGET_TYPE_EXT 2014 default_variables["EXECUTABLE_SUFFIX"] = "." + exts["executable"] 2016 default_variables["STATIC_LIB_SUFFIX"] = "." + exts["static_library"] 2018 default_variables["SHARED_LIB_SUFFIX"] = "." + exts["shared_library"]
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_server.c | 481 STACK_OF(X509_EXTENSION) *exts; in get_ocsp_resp_from_responder() 535 SSL_get_tlsext_status_exts(s, &exts); in get_ocsp_resp_from_responder() 536 for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) { in get_ocsp_resp_from_responder() 537 X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i); in get_ocsp_resp_from_responder()
|
/third_party/openssl/apps/ |
H A D | s_server.c | 481 STACK_OF(X509_EXTENSION) *exts; in get_ocsp_resp_from_responder() 535 SSL_get_tlsext_status_exts(s, &exts); in get_ocsp_resp_from_responder() 536 for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) { in get_ocsp_resp_from_responder() 537 X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i); in get_ocsp_resp_from_responder()
|
/third_party/skia/dm/ |
H A D | DMSrcSink.cpp | 337 static const char* const exts[] = { in serial_from_path_name() local 344 for (auto* ext : exts) { in serial_from_path_name() 594 auto exts = { "png", "PNG", "gif", "GIF" }; in draw() 595 for (auto ext : exts) { in draw()
|
/kernel/linux/linux-6.6/drivers/counter/ |
H A D | counter-sysfs.c | 804 const struct counter_comp *const exts, in counter_sysfs_exts_add() 817 ext = &exts[i]; in counter_sysfs_exts_add() 802 counter_sysfs_exts_add(struct device *const dev, struct counter_attribute_group *const group, const struct counter_comp *const exts, const size_t num_ext, const enum counter_scope scope, void *const parent) counter_sysfs_exts_add() argument
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | x509.h | 695 int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts, 697 int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts);
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | extensions_clnt.c | 362 if (s->ext.ocsp.exts) { in tls_construct_ctos_status_request() 364 int extlen = i2d_X509_EXTENSIONS(s->ext.ocsp.exts, NULL); in tls_construct_ctos_status_request() 371 || i2d_X509_EXTENSIONS(s->ext.ocsp.exts, &extbytes) in tls_construct_ctos_status_request()
|
/third_party/openssl/ssl/statem/ |
H A D | extensions_clnt.c | 362 if (s->ext.ocsp.exts) { in tls_construct_ctos_status_request() 364 int extlen = i2d_X509_EXTENSIONS(s->ext.ocsp.exts, NULL); in tls_construct_ctos_status_request() 371 || i2d_X509_EXTENSIONS(s->ext.ocsp.exts, &extbytes) in tls_construct_ctos_status_request()
|
/third_party/skia/tests/ |
H A D | CodecTest.cpp | 272 static const char* const exts[] = { in supports_partial_scanlines() local 277 for (uint32_t i = 0; i < SK_ARRAY_COUNT(exts); i++) { in supports_partial_scanlines() 278 if (SkStrEndsWith(path, exts[i])) { in supports_partial_scanlines()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_handle_validation_tests.cpp | 992 InstWrapper setup_BadPhysDev_env(FrameworkEnvironment& env, std::vector<const char*> exts) { in setup_BadPhysDev_env() argument 994 for (const auto& ext : exts) { in setup_BadPhysDev_env() 1003 instance.create_info.add_extensions(exts); in setup_BadPhysDev_env()
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 3515 const upb_fielddef *exts; member 4905 f = (upb_fielddef*)&ctx->file->exts[ctx->file->ext_count++]; in create_fielddef() 5241 const google_protobuf_FieldDescriptorProto *const *exts; in build_filedef() local 5250 file->exts = upb_malloc(alloc, sizeof(*file->exts) * counts.ext_count); in build_filedef() 5254 CHK_OOM(counts.ext_count == 0 || file->exts); in build_filedef() 5343 exts = google_protobuf_FileDescriptorProto_extension(file_proto, &n); in build_filedef() 5344 file->exts = upb_malloc(alloc, sizeof(*file->exts) * n); in build_filedef() 5345 CHK_OOM(n == 0 || file->exts); in build_filedef() [all...] |
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_local.h | 1629 X509_EXTENSIONS *exts; member 2850 custom_ext_method *custom_ext_find(const custom_ext_methods *exts, 2866 void custom_exts_free(custom_ext_methods *exts);
|
/third_party/openssl/ssl/ |
H A D | ssl_local.h | 1600 X509_EXTENSIONS *exts; member 2794 custom_ext_method *custom_ext_find(const custom_ext_methods *exts, 2810 void custom_exts_free(custom_ext_methods *exts);
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross_c.cpp | 2458 auto &exts = compiler->compiler->get_declared_extensions(); in spvc_compiler_get_declared_extensions() local 2460 duped.reserve(exts.size()); in spvc_compiler_get_declared_extensions() 2461 for (auto &ext : exts) in spvc_compiler_get_declared_extensions()
|
/third_party/curl/lib/vtls/ |
H A D | openssl.c | 379 CONST_EXTS STACK_OF(X509_EXTENSION) *exts) in X509V3_ext() 383 if((int)sk_X509_EXTENSION_num(exts) <= 0) in X509V3_ext() 387 for(i = 0; i < (int)sk_X509_EXTENSION_num(exts); i++) { in X509V3_ext() 389 X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i); in X509V3_ext() 377 X509V3_ext(struct Curl_easy *data, int certnum, CONST_EXTS STACK_OF(X509_EXTENSION) *exts) X509V3_ext() argument
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | cmp.h | 460 int OSSL_CMP_CTX_set0_reqExtensions(OSSL_CMP_CTX *ctx, X509_EXTENSIONS *exts);
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | cmp.h | 460 int OSSL_CMP_CTX_set0_reqExtensions(OSSL_CMP_CTX *ctx, X509_EXTENSIONS *exts);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | cmp.h | 460 int OSSL_CMP_CTX_set0_reqExtensions(OSSL_CMP_CTX *ctx, X509_EXTENSIONS *exts);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | cmp.h | 460 int OSSL_CMP_CTX_set0_reqExtensions(OSSL_CMP_CTX *ctx, X509_EXTENSIONS *exts);
|