Home
last modified time | relevance | path

Searched refs:MHD_start_daemon (Results 1 – 25 of 80) sorted by relevance

1234

/external/libmicrohttpd/src/microhttpd/
Dtest_daemon.c43 d = MHD_start_daemon (MHD_USE_DEBUG, 0, NULL, NULL, NULL, NULL); in testStartError()
78 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testStartStop()
96 d = MHD_start_daemon (MHD_USE_DEBUG, in testExternalRun()
127 d = MHD_start_daemon (MHD_USE_DEBUG | MHD_USE_SELECT_INTERNALLY, in testThread()
143 d = MHD_start_daemon (MHD_USE_DEBUG | MHD_USE_THREAD_PER_CONNECTION, in testMultithread()
/external/libmicrohttpd/src/testcurl/
Dtest_start_stop.c57 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testInternalGet()
70 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG | poll_flag, in testMultithreadedGet()
83 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testMultithreadedPoolGet()
97 d = MHD_start_daemon (MHD_USE_DEBUG, in testExternalGet()
Dtest_get_response_cleanup.c153 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testInternalGet()
174 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG, in testMultithreadedGet()
210 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testMultithreadedPoolGet()
239 d = MHD_start_daemon (MHD_USE_DEBUG, in testExternalGet()
Dperf_get_concurrent.c237 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testInternalGet()
254 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG | poll_flag, in testMultithreadedGet()
270 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testMultithreadedPoolGet()
295 d = MHD_start_daemon (MHD_USE_DEBUG, in testExternalGet()
Dtest_get.c122 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testInternalGet()
172 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG | poll_flag, in testMultithreadedGet()
222 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testMultithreadedPoolGet()
283 d = MHD_start_daemon (MHD_USE_DEBUG, in testExternalGet()
404 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testUnknownPortGet()
465 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG | poll_flag, in testStopRace()
563 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testEmptyGet()
Dtest_options.c92 d = MHD_start_daemon (MHD_USE_DEBUG, 4233, in test_ip_addr_option()
102 d = MHD_start_daemon (MHD_USE_DEBUG | MHD_USE_IPv6, 4233, in test_ip_addr_option()
Dtest_get_sendfile.c128 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testInternalGet()
177 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG, in testMultithreadedGet()
226 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testMultithreadedPoolGet()
286 d = MHD_start_daemon (MHD_USE_DEBUG, in testExternalGet()
406 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testUnknownPortGet()
Dtest_get_chunked.c167 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testInternalGet()
209 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG, in testMultithreadedGet()
251 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testMultithreadedPoolGet()
304 d = MHD_start_daemon (MHD_USE_DEBUG, in testExternalGet()
Dtest_put_chunked.c144 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testInternalPut()
200 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG, in testMultithreadedPut()
257 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testMultithreadedPoolPut()
326 d = MHD_start_daemon (MHD_USE_DEBUG, in testExternalPut()
Dtest_quiesce.c127 d = MHD_start_daemon (MHD_USE_DEBUG, in ServeOneRequest()
197 d = MHD_start_daemon (type | MHD_USE_DEBUG | MHD_USE_PIPE_FOR_SHUTDOWN | poll_flag, in testGet()
202 d = MHD_start_daemon (type | MHD_USE_DEBUG | MHD_USE_PIPE_FOR_SHUTDOWN | poll_flag, in testGet()
326 d = MHD_start_daemon (MHD_USE_DEBUG, in testExternalGet()
Dtest_process_headers.c160 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testInternalGet()
209 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG, in testMultithreadedGet()
258 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testMultithreadedPoolGet()
318 d = MHD_start_daemon (MHD_USE_DEBUG, in testExternalGet()
Dperf_get.c195 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testInternalGet()
255 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG | poll_flag, in testMultithreadedGet()
314 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testMultithreadedPoolGet()
384 d = MHD_start_daemon (MHD_USE_DEBUG, in testExternalGet()
Dtest_put.c134 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testInternalPut()
190 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG, in testMultithreadedPut()
247 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testMultithreadedPoolPut()
316 d = MHD_start_daemon (MHD_USE_DEBUG, in testExternalPut()
Dtest_concurrent_stop.c174 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG | poll_flag, in testMultithreadedGet()
192 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testMultithreadedPoolGet()
Dtest_postform.c186 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testInternalPost()
242 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG, in testMultithreadedPost()
298 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testMultithreadedPoolPost()
365 d = MHD_start_daemon (MHD_USE_DEBUG, in testExternalPost()
Dtest_large_put.c155 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testInternalPut()
213 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG, in testMultithreadedPut()
274 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testMultithreadedPoolPut()
346 d = MHD_start_daemon (MHD_USE_DEBUG, in testExternalPut()
Dtest_post_loop.c122 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testInternalPost()
186 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG, in testMultithreadedPost()
250 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testMultithreadedPoolPost()
328 d = MHD_start_daemon (MHD_USE_DEBUG, in testExternalPost()
Dtest_post.c173 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testInternalPost()
227 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG, in testMultithreadedPost()
281 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testMultithreadedPoolPost()
346 d = MHD_start_daemon (MHD_USE_DEBUG, in testExternalPost()
553 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG, in testMultithreadedPostCancelPart()
/external/libmicrohttpd/src/testcurl/https/
Dtest_https_get.c49 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_SSL | in test_cipher_option()
78 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_SSL | in test_secure_get()
Dtest_https_multi_daemon.c53 d1 = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_SSL | in test_concurent_daemon_pair()
66 d2 = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_SSL | in test_concurent_daemon_pair()
/external/libmicrohttpd/src/testzzuf/
Dtest_get.c107 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY /* | MHD_USE_DEBUG */ , in testInternalGet()
151 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION /* | MHD_USE_DEBUG */ , in testMultithreadedGet()
206 d = MHD_start_daemon (MHD_NO_FLAG /* | MHD_USE_DEBUG */ , in testExternalGet()
Dtest_get_chunked.c133 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY /* | MHD_USE_DEBUG */ , in testInternalGet()
174 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION /* | MHD_USE_DEBUG */ , in testMultithreadedGet()
226 d = MHD_start_daemon (MHD_NO_FLAG /* | MHD_USE_DEBUG */ , in testExternalGet()
Dtest_put_chunked.c137 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testInternalPut()
188 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG, in testMultithreadedPut()
256 d = MHD_start_daemon (MHD_USE_DEBUG, in testExternalPut()
Dtest_put_large.c145 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY /* | MHD_USE_DEBUG */ , in testInternalPut()
197 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION /* | MHD_USE_DEBUG */ , in testMultithreadedPut()
260 d = MHD_start_daemon (MHD_NO_FLAG /* | MHD_USE_DEBUG */, in testExternalPut()
Dtest_put.c131 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY /* | MHD_USE_DEBUG */ , in testInternalPut()
182 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION /* | MHD_USE_DEBUG */ , in testMultithreadedPut()
244 d = MHD_start_daemon (MHD_NO_FLAG /* | MHD_USE_DEBUG */ , in testExternalPut()

1234