OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEAMON_TEST_PORT
(Results
1 - 7
of
7
) sorted by null
/external/libmicrohttpd/src/testcurl/https/
test_https_multi_daemon.c
54
MHD_USE_DEBUG,
DEAMON_TEST_PORT
,
67
MHD_USE_DEBUG,
DEAMON_TEST_PORT
+ 1,
81
test_daemon_get (NULL, cipher_suite, proto_version,
DEAMON_TEST_PORT
, 0);
84
DEAMON_TEST_PORT
+ 1, 0);
88
test_daemon_get (NULL, cipher_suite, proto_version,
DEAMON_TEST_PORT
, 0);
test_tls_authentication.c
53
MHD_USE_DEBUG,
DEAMON_TEST_PORT
,
65
ret = test_daemon_get (NULL, cipher_suite, proto_version,
DEAMON_TEST_PORT
, 0);
test_https_time_out.c
62
sa.sin_port = htons (
DEAMON_TEST_PORT
);
119
MHD_USE_DEBUG,
DEAMON_TEST_PORT
,
test_https_session_info.c
106
gen_test_file_url (url,
DEAMON_TEST_PORT
);
110
MHD_USE_DEBUG,
DEAMON_TEST_PORT
,
test_tls_options.c
58
if (gen_test_file_url (url,
DEAMON_TEST_PORT
))
tls_test_common.h
35
#define
DEAMON_TEST_PORT
4233
tls_test_common.c
332
if (gen_test_file_url (url,
DEAMON_TEST_PORT
))
369
*d = MHD_start_daemon_va (daemon_flags,
DEAMON_TEST_PORT
,
Completed in 36 milliseconds