| /third_party/libwebsockets/lib/plat/windows/ |
| D | private-lib-plat-windows.h | 122 #define __P(protos) protos argument 124 #define __P(protos) () argument
|
| /third_party/musl/porting/liteos_a/user/src/network/ |
| D | proto.c | 7 static const unsigned char protos[] = { variable
|
| /third_party/musl/src/network/ |
| D | proto.c | 7 static const unsigned char protos[] = { variable
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | RepeatedFieldBuilderV3Test.java | 155 List<TestAllTypes> protos = builder.getMessageList(); in testLists() local
|
| /third_party/flutter/skia/third_party/externals/angle2/scripts/ |
| D | generate_entry_points.py | 1096 def write_glext_explicit_context_inc(version, ptrs, protos): argument 1116 def write_validation_header(annotation, comment, protos, source): argument 1132 def write_capture_header(annotation, comment, protos, capture_pointer_funcs): argument
|
| /third_party/libwebsockets/lib/tls/mbedtls/ |
| D | mbedtls-client.c | 76 struct alpn_ctx protos; in lws_ssl_client_bio_create() local
|
| /third_party/node/deps/npm/node_modules/genfun/lib/ |
| D | genfun.js | 229 function matchCachedMethods (key, protos) { argument
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| D | generate_entry_points.py | 2036 def write_validation_header(annotation, comment, protos, source, template): argument 2051 def write_gl_validation_header(annotation, comment, protos, source): argument 2056 def write_capture_header(annotation, comment, protos, capture_pointer_funcs): argument
|
| /third_party/FreeBSD/sys/sys/ |
| D | cdefs.h | 157 #define __P(protos) protos /* full-blown ANSI C */ argument 175 #define __P(protos) () /* traditional C preprocessor */ argument
|
| /third_party/nghttp2/src/ |
| D | shrpx_tls.cc | 137 const std::vector<StringRef> &protos) { in set_alpn_prefs() 2222 bool in_proto_list(const std::vector<StringRef> &protos, in in_proto_list()
|
| /third_party/python/Modules/clinic/ |
| D | _ssl.c.h | 497 Py_buffer protos = {NULL, NULL}; in _ssl__SSLContext__set_alpn_protocols() local
|
| /third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
| D | callbacks.rs | 197 let protos = slice::from_raw_parts(inbuf as *const u8, inlen as usize); in raw_alpn_select() localVariable
|
| /third_party/openssl/test/helpers/ |
| D | handshake.c | 345 static int parse_protos(const char *protos, unsigned char **out, size_t *outlen) in parse_protos()
|
| /third_party/node/src/ |
| D | node_crypto_common.cc | 91 ArrayBufferViewContents<unsigned char> protos(alpn.As<ArrayBufferView>()); in SetALPN() local
|
| /third_party/openssl/ssl/ |
| D | ssl_lib.c | 3026 static int alpn_value_ok(const unsigned char *protos, unsigned int protos_len) in alpn_value_ok() 3044 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos, in SSL_CTX_set_alpn_protos() 3076 int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos, in SSL_set_alpn_protos()
|
| /third_party/openssl/test/ |
| D | ssl_old_test.c | 290 unsigned char *protos; in cb_server_alpn() local
|
| /third_party/mbedtls/library/ |
| D | ssl_tls.c | 4096 int mbedtls_ssl_conf_alpn_protocols( mbedtls_ssl_config *conf, const char **protos ) in mbedtls_ssl_conf_alpn_protocols()
|
| /third_party/python/Modules/ |
| D | _ssl.c | 3324 Py_buffer *protos) in _ssl__SSLContext__set_alpn_protocols_impl()
|