/external/libmicrohttpd/src/testcurl/ |
test_start_stop.c | 58 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); 71 1081, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); 85 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); 98 1082, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END);
|
test_options.c | 94 &daemon_ip_addr, MHD_OPTION_END); 104 &daemon_ip_addr6, MHD_OPTION_END);
|
perf_get_concurrent.c | 238 port, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); 255 port, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); 272 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); 296 port, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END);
|
test_get_response_cleanup.c | 154 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); 177 MHD_OPTION_END); 212 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); 240 1082, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END);
|
test_termination.c | 97 NULL, connection_handler, NULL, MHD_OPTION_END);
|
test_concurrent_stop.c | 175 port, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); 197 MHD_OPTION_END);
|
/external/libmicrohttpd/src/microhttpd/ |
test_daemon.c | 81 NULL, &ahc_nothing, NULL, MHD_OPTION_END); 98 &apc_all, NULL, &ahc_nothing, NULL, MHD_OPTION_END); 129 &apc_all, NULL, &ahc_nothing, NULL, MHD_OPTION_END); 145 &apc_all, NULL, &ahc_nothing, NULL, MHD_OPTION_END);
|
/external/libmicrohttpd/src/testcurl/https/ |
test_https_get_parallel.c | 157 srv_self_signed_cert_pem, MHD_OPTION_END); 165 srv_self_signed_cert_pem, MHD_OPTION_END); 173 srv_self_signed_cert_pem, MHD_OPTION_END); 181 srv_self_signed_cert_pem, MHD_OPTION_END);
|
test_https_get.c | 54 MHD_OPTION_END); 83 MHD_OPTION_END);
|
test_tls_options.c | 132 MHD_OPTION_END)) 147 MHD_OPTION_END))
|
test_https_get_parallel_threads.c | 176 srv_self_signed_cert_pem, MHD_OPTION_END); 184 srv_self_signed_cert_pem, MHD_OPTION_END);
|
test_https_multi_daemon.c | 58 MHD_OPTION_END); 71 MHD_OPTION_END);
|
test_tls_authentication.c | 57 MHD_OPTION_END);
|
/external/libmicrohttpd/doc/examples/ |
hellobrowser.c | 43 &answer_to_connection, NULL, MHD_OPTION_END);
|
logging.c | 47 &answer_to_connection, NULL, MHD_OPTION_END);
|
basicauthentication.c | 75 &answer_to_connection, NULL, MHD_OPTION_END);
|
responseheaders.c | 77 &answer_to_connection, NULL, MHD_OPTION_END);
|
/external/libmicrohttpd/src/examples/ |
chunked_example.c | 88 MHD_OPTION_END);
|
dual_stack_example.c | 75 MHD_OPTION_END);
|
minimal_example.c | 77 MHD_OPTION_END);
|
minimal_example_comet.c | 79 NULL, NULL, &ahc_echo, NULL, MHD_OPTION_END);
|
authorization_example.c | 102 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END);
|
querystring_example.c | 84 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END);
|
refuse_post_example.c | 92 MHD_OPTION_END);
|
/external/libmicrohttpd/src/testzzuf/ |
test_long_header.c | 113 (size_t) (VERY_LONG / 2), MHD_OPTION_END); 175 (size_t) (VERY_LONG / 2), MHD_OPTION_END);
|