Searched refs:MHD_OPTION_END (Results 1 - 25 of 79) sorted by relevance

1234

/external/libmicrohttpd/src/testcurl/
H A Dtest_start_stop.c58 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);
H A Dtest_options.c94 &daemon_ip_addr, MHD_OPTION_END);
104 &daemon_ip_addr6, MHD_OPTION_END);
H A Dperf_get_concurrent.c238 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);
H A Dtest_get_response_cleanup.c154 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);
H A Dtest_termination.c97 NULL, connection_handler, NULL, MHD_OPTION_END);
/external/libmicrohttpd/src/microhttpd/
H A Dtest_daemon.c81 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/
H A Dtest_https_get_parallel.c157 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);
H A Dtest_https_get.c54 MHD_OPTION_END);
83 MHD_OPTION_END);
H A Dtest_tls_options.c132 MHD_OPTION_END))
147 MHD_OPTION_END))
H A Dtest_https_get_parallel_threads.c176 srv_self_signed_cert_pem, MHD_OPTION_END);
184 srv_self_signed_cert_pem, MHD_OPTION_END);
H A Dtest_https_multi_daemon.c58 MHD_OPTION_END);
71 MHD_OPTION_END);
H A Dtest_tls_authentication.c57 MHD_OPTION_END);
/external/libmicrohttpd/doc/chapters/
H A Dhellobrowser.inc99 &answer_to_connection, NULL, MHD_OPTION_END);
116 we do not need to pass extra options to the daemon so we just write the MHD_OPTION_END as the last parameter.
H A Dtlsauthentication.inc76 MHD_OPTION_END);
147 MHD_OPTION_END);
333 MHD_OPTION_END);
/external/libmicrohttpd/doc/examples/
H A Dhellobrowser.c43 &answer_to_connection, NULL, MHD_OPTION_END);
H A Dlogging.c47 &answer_to_connection, NULL, MHD_OPTION_END);
H A Dbasicauthentication.c75 &answer_to_connection, NULL, MHD_OPTION_END);
H A Dresponseheaders.c77 &answer_to_connection, NULL, MHD_OPTION_END);
/external/libmicrohttpd/src/examples/
H A Dchunked_example.c88 MHD_OPTION_END);
H A Ddual_stack_example.c75 MHD_OPTION_END);
H A Dminimal_example.c77 MHD_OPTION_END);
H A Dminimal_example_comet.c79 NULL, NULL, &ahc_echo, NULL, MHD_OPTION_END);
H A Dauthorization_example.c102 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END);
H A Dquerystring_example.c84 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END);
H A Drefuse_post_example.c92 MHD_OPTION_END);

Completed in 80 milliseconds

1234