Searched defs:proto_version (Results 1 - 6 of 6) sorted by relevance

/external/libmicrohttpd/src/testcurl/https/
H A Dtest_https_get.c44 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 Dtest_https_multi_daemon.c46 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 Dtest_tls_authentication.c47 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 Dtls_test_common.h55 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 Dtls_test_common.c67 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...]
/external/kernel-headers/original/uapi/linux/
H A Dauto_fs.h48 int proto_version; /* Protocol version */ member in struct:autofs_packet_hdr

Completed in 364 milliseconds