/external/libmicrohttpd/src/testcurl/https/ |
H A D | tls_test_common.h | 55 int proto_version; member in struct:https_test_data 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, ...);
|
H A D | test_https_get.c | 44 int proto_version) 62 ret = test_https_transfer (test_fd, cipher_suite, proto_version); 73 int proto_version) 91 ret = test_https_transfer (test_fd, cipher_suite, proto_version); 42 test_cipher_option(FILE * test_fd, const char *cipher_suite, int proto_version) argument 71 test_secure_get(FILE * test_fd, const char *cipher_suite, int proto_version) argument
|
H A D | test_https_multi_daemon.c | 46 int proto_version) 81 test_daemon_get (NULL, cipher_suite, proto_version, DEAMON_TEST_PORT, 0); 83 test_daemon_get (NULL, cipher_suite, proto_version, 88 test_daemon_get (NULL, cipher_suite, proto_version, DEAMON_TEST_PORT, 0); 44 test_concurent_daemon_pair(void *cls, const char *cipher_suite, int proto_version) argument
|
H A D | test_tls_authentication.c | 47 test_secure_get (void * cls, char *cipher_suite, int proto_version) argument 65 ret = test_daemon_get (NULL, cipher_suite, proto_version, DEAMON_TEST_PORT, 0);
|
H A D | tls_test_common.c | 67 const char *cipher_suite, int proto_version, 101 curl_easy_setopt (c, CURLOPT_SSLVERSION, proto_version); 205 * @param proto_version 211 int proto_version) 231 curl_easy_setopt (c, CURLOPT_SSLVERSION, proto_version); 316 test_https_transfer (void *cls, const char *cipher_suite, int proto_version) argument 338 if (CURLE_OK != send_curl_req (url, &cbc, cipher_suite, proto_version)) 453 int proto_version), void * cls, 454 int daemon_flags, const char *cipher_suite, int proto_version, ...) 460 va_start (arg_list, proto_version); 66 test_daemon_get(void *cls, const char *cipher_suite, int proto_version, int port, int ver_peer) argument 210 send_curl_req(char *url, struct CBC * cbc, const char *cipher_suite, int proto_version) argument 451 test_wrap(const char *test_name, int (*test_function) (void * cls, const char *cipher_suite, int proto_version), void * cls, int daemon_flags, const char *cipher_suite, int proto_version, ...) argument [all...] |
H A D | test_https_get_parallel_threads.c | 65 cargs->cipher_suite, cargs->proto_version);
|
H A D | test_https_get_parallel.c | 64 cargs->cipher_suite, cargs->proto_version);
|
/external/kernel-headers/original/uapi/linux/ |
H A D | auto_fs.h | 46 int proto_version; /* Protocol version */ member in struct:autofs_packet_hdr
|