/external/libmicrohttpd/src/testcurl/ |
test_start_stop.c | 40 ahc_echo (void *cls, function 58 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); 71 1081, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); 84 1081, NULL, NULL, &ahc_echo, "GET", 98 1082, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END);
|
test_options.c | 38 ahc_echo (void *cls, function 93 NULL, NULL, &ahc_echo, NULL, MHD_OPTION_SOCK_ADDR, 103 NULL, NULL, &ahc_echo, NULL, MHD_OPTION_SOCK_ADDR,
|
perf_get_concurrent.c | 135 ahc_echo (void *cls, function 238 port, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); 255 port, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); 271 port, NULL, NULL, &ahc_echo, "GET", 296 port, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END);
|
test_get_response_cleanup.c | 111 ahc_echo (void *cls, function 154 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); 175 1081, NULL, NULL, &ahc_echo, "GET", 211 1081, NULL, NULL, &ahc_echo, "GET", 240 1082, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END);
|
test_concurrent_stop.c | 72 ahc_echo (void *cls, function 175 port, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); 195 &ahc_echo, "GET",
|
test_get_chunked.c | 99 ahc_echo (void *cls, function 168 1080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); 210 1081, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); 252 1081, NULL, NULL, &ahc_echo, "GET", 305 1082, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END);
|
test_get_sendfile.c | 77 ahc_echo (void *cls, function 129 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); 178 1081, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); 227 1081, NULL, NULL, &ahc_echo, "GET", 287 1082, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); 407 1, NULL, NULL, &ahc_echo, "GET",
|
/external/libmicrohttpd/src/examples/ |
chunked_example.c | 41 ahc_echo (void *cls, function 86 NULL, NULL, &ahc_echo, NULL,
|
dual_stack_example.c | 31 ahc_echo (void *cls, function 73 NULL, NULL, &ahc_echo, PAGE,
|
minimal_example.c | 31 ahc_echo (void *cls, function 75 NULL, NULL, &ahc_echo, PAGE,
|
minimal_example_comet.c | 39 ahc_echo (void *cls, function 79 NULL, NULL, &ahc_echo, NULL, MHD_OPTION_END);
|
authorization_example.c | 42 ahc_echo (void *cls, function 102 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END);
|
querystring_example.c | 32 ahc_echo (void *cls, function 84 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END);
|
refuse_post_example.c | 37 ahc_echo (void *cls, function 91 NULL, NULL, &ahc_echo, (void *) askpage,
|
benchmark.c | 105 ahc_echo (void *cls, function 143 NULL, NULL, &ahc_echo, NULL,
|
benchmark_https.c | 105 ahc_echo (void *cls, function 189 NULL, NULL, &ahc_echo, NULL,
|
digest_auth_example.c | 36 ahc_echo (void *cls, function 128 NULL, NULL, &ahc_echo, PAGE,
|
fileserver_example.c | 49 ahc_echo (void *cls, function 113 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END);
|
fileserver_example_dirs.c | 79 ahc_echo (void *cls, function 173 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END);
|
fileserver_example_external_select.c | 49 ahc_echo (void *cls, function 122 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END);
|
/external/libmicrohttpd/src/testzzuf/ |
test_long_header.c | 70 ahc_echo (void *cls, function 110 &ahc_echo, 172 &ahc_echo,
|
test_get.c | 63 ahc_echo (void *cls, function 108 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); 152 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); 207 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END);
|
test_get_chunked.c | 90 ahc_echo (void *cls, function 134 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); 175 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); 227 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END);
|
/external/libmicrohttpd/src/testcurl/https/ |
test_empty_response.c | 42 ahc_echo (void *cls, function 84 1082, NULL, NULL, &ahc_echo, "GET",
|
test_https_get_select.c | 43 ahc_echo (void *cls, function 99 1082, NULL, NULL, &ahc_echo, "GET",
|