Searched refs:proto_version (Results 1 – 8 of 8) sorted by relevance
/external/libmicrohttpd/src/testcurl/https/ |
D | tls_test_common.h | 55 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, ...);
|
D | tls_test_common.c | 67 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()
|
D | test_https_get.c | 44 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()
|
D | test_https_multi_daemon.c | 46 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()
|
D | test_tls_authentication.c | 47 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()
|
D | test_https_get_parallel_threads.c | 65 cargs->cipher_suite, cargs->proto_version); in https_transfer_thread_adapter()
|
D | test_https_get_parallel.c | 64 cargs->cipher_suite, cargs->proto_version); in https_transfer_thread_adapter()
|
/external/kernel-headers/original/uapi/linux/ |
D | auto_fs.h | 48 int proto_version; /* Protocol version */ member
|