| /third_party/uboot/u-boot-2020.01/include/bedbug/ |
| D | bedbug.h | 18 #define __P(protos) protos /* full-blown ANSI C */ argument 20 #define __P(protos) () /* traditional C preprocessor */ argument
|
| /third_party/mingw-w64/mingw-w64-headers/crt/sys/ |
| D | cdefs.h | 17 #define __P(protos) protos /* full-blown ANSI C */ argument
|
| /third_party/libwebsockets/lib/plat/windows/ |
| D | private-lib-plat-windows.h | 105 #define __P(protos) protos argument 107 #define __P(protos) () argument
|
| /third_party/musl/src/network/ |
| D | proto.c | 7 static const unsigned char protos[] = { variable
|
| /third_party/musl/porting/liteos_a/user/src/network/ |
| D | proto.c | 7 static const unsigned char protos[] = { variable
|
| /third_party/grpc/src/python/grpcio/grpc/ |
| D | _runtime_protos.py | 63 def protos(protobuf_path): # pylint: disable=unused-argument function
|
| /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/libwebsockets/lib/tls/mbedtls/ |
| D | mbedtls-client.c | 38 struct alpn_ctx protos; in lws_ssl_client_bio_create() 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/node/deps/npm/node_modules/genfun/lib/ |
| D | genfun.js | 229 function matchCachedMethods (key, protos) { argument
|
| /third_party/boringssl/src/fuzz/ |
| D | ssl_ctx_api.cc | 438 std::vector<uint8_t> protos; in LLVMFuzzerTestOneInput() local
|
| /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/python/Modules/clinic/ |
| D | _ssl.c.h | 497 Py_buffer protos = {NULL, NULL}; in _ssl__SSLContext__set_npn_protocols() local 533 Py_buffer protos = {NULL, NULL}; in _ssl__SSLContext__set_alpn_protocols() local
|
| /third_party/curl/src/ |
| D | tool_paramhlp.c | 290 } const protos[] = { in proto2num() local
|
| /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 | 114 const std::vector<StringRef> &protos) { in set_alpn_prefs() 1739 bool in_proto_list(const std::vector<StringRef> &protos, in in_proto_list()
|
| /third_party/openssl/test/ |
| D | handshake_helper.c | 338 static int parse_protos(const char *protos, unsigned char **out, size_t *outlen) in parse_protos()
|
| D | ssltest_old.c | 298 unsigned char *protos; in cb_server_alpn() local
|
| /third_party/node/src/ |
| D | node_crypto_common.cc | 91 ArrayBufferViewContents<unsigned char> protos(alpn.As<ArrayBufferView>()); in SetALPN() local
|
| /third_party/boringssl/src/ssl/ |
| D | ssl_lib.cc | 2206 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const uint8_t *protos, in SSL_CTX_set_alpn_protos() 2214 int SSL_set_alpn_protos(SSL *ssl, const uint8_t *protos, unsigned protos_len) { in SSL_set_alpn_protos()
|
| /third_party/python/Modules/ |
| D | _ssl.c | 3467 Py_buffer *protos) in _ssl__SSLContext__set_npn_protocols_impl() 3517 Py_buffer *protos) in _ssl__SSLContext__set_alpn_protocols_impl()
|
| /third_party/openssl/ssl/ |
| D | ssl_lib.c | 2837 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos, in SSL_CTX_set_alpn_protos() 2857 int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos, in SSL_set_alpn_protos()
|
| /third_party/mbedtls/library/ |
| D | ssl_tls.c | 7689 int mbedtls_ssl_conf_alpn_protocols( mbedtls_ssl_config *conf, const char **protos ) in mbedtls_ssl_conf_alpn_protocols()
|