Home
last modified time | relevance | path

Searched refs:proto_version (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
Dtls_test_common.h55 int proto_version; member
84 const char *cipher_suite, int proto_version,
114 int proto_version);
117 test_https_transfer (void *cls, const char *cipher_suite, int proto_version);
139 int proto_version), void *test_function_cls,
140 int daemon_flags, const char *cipher_suite, int proto_version, ...);
Dtls_test_common.c67 const char *cipher_suite, int proto_version, in test_daemon_get() argument
101 curl_easy_setopt (c, CURLOPT_SSLVERSION, proto_version); in test_daemon_get()
211 int proto_version) in send_curl_req() argument
231 curl_easy_setopt (c, CURLOPT_SSLVERSION, proto_version); in send_curl_req()
316 test_https_transfer (void *cls, const char *cipher_suite, int proto_version) in test_https_transfer() argument
338 if (CURLE_OK != send_curl_req (url, &cbc, cipher_suite, proto_version)) in test_https_transfer()
453 int proto_version), void * cls, in test_wrap() argument
454 int daemon_flags, const char *cipher_suite, int proto_version, ...) in test_wrap()
460 va_start (arg_list, proto_version); in test_wrap()
470 ret = test_function (NULL, cipher_suite, proto_version); in test_wrap()
Dtest_https_get.c44 int proto_version) in test_cipher_option() argument
62 ret = test_https_transfer (test_fd, cipher_suite, proto_version); in test_cipher_option()
73 int proto_version) in test_secure_get() argument
91 ret = test_https_transfer (test_fd, cipher_suite, proto_version); in test_secure_get()
Dtest_https_multi_daemon.c46 int proto_version) in test_concurent_daemon_pair() argument
81 test_daemon_get (NULL, cipher_suite, proto_version, DEAMON_TEST_PORT, 0); in test_concurent_daemon_pair()
83 test_daemon_get (NULL, cipher_suite, proto_version, in test_concurent_daemon_pair()
88 test_daemon_get (NULL, cipher_suite, proto_version, DEAMON_TEST_PORT, 0); in test_concurent_daemon_pair()
Dtest_tls_authentication.c47 test_secure_get (void * cls, char *cipher_suite, int proto_version) in test_secure_get() argument
65 ret = test_daemon_get (NULL, cipher_suite, proto_version, DEAMON_TEST_PORT, 0); in test_secure_get()
Dtest_https_get_parallel.c64 cargs->cipher_suite, cargs->proto_version); in https_transfer_thread_adapter()
Dtest_https_get_parallel_threads.c65 cargs->cipher_suite, cargs->proto_version); in https_transfer_thread_adapter()
/third_party/python/Modules/clinic/
D_ssl.c.h403 _ssl__SSLContext_impl(PyTypeObject *type, int proto_version);
409 int proto_version; in _ssl__SSLContext() local
418 proto_version = _PyLong_AsInt(PyTuple_GET_ITEM(args, 0)); in _ssl__SSLContext()
419 if (proto_version == -1 && PyErr_Occurred()) { in _ssl__SSLContext()
422 return_value = _ssl__SSLContext_impl(type, proto_version); in _ssl__SSLContext()
/third_party/python/Modules/
D_ssl.c2975 _ssl__SSLContext_impl(PyTypeObject *type, int proto_version) in _ssl__SSLContext_impl() argument
2994 switch(proto_version) { in _ssl__SSLContext_impl()
3042 proto_version); in _ssl__SSLContext_impl()
3063 self->protocol = proto_version; in _ssl__SSLContext_impl()
3072 if (proto_version == PY_SSL_VERSION_TLS_CLIENT) { in _ssl__SSLContext_impl()
3087 if (proto_version != PY_SSL_VERSION_SSL2) in _ssl__SSLContext_impl()
3089 if (proto_version != PY_SSL_VERSION_SSL3) in _ssl__SSLContext_impl()
3113 if (proto_version != PY_SSL_VERSION_SSL2) { in _ssl__SSLContext_impl()
3132 switch(proto_version) { in _ssl__SSLContext_impl()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h49857 unsigned char proto_version; member