/external/libmicrohttpd/src/microhttpd/ |
D | test_daemon.c | 43 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/ |
D | test_start_stop.c | 57 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()
|
D | test_get_response_cleanup.c | 153 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()
|
D | perf_get_concurrent.c | 237 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()
|
D | test_get.c | 122 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()
|
D | test_options.c | 92 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()
|
D | test_get_sendfile.c | 128 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()
|
D | test_get_chunked.c | 167 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()
|
D | test_put_chunked.c | 144 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()
|
D | test_quiesce.c | 127 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()
|
D | test_process_headers.c | 160 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()
|
D | perf_get.c | 195 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()
|
D | test_put.c | 134 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()
|
D | test_concurrent_stop.c | 174 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()
|
D | test_postform.c | 186 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()
|
D | test_large_put.c | 155 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()
|
D | test_post_loop.c | 122 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()
|
D | test_post.c | 173 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/ |
D | test_https_get.c | 49 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()
|
D | test_https_multi_daemon.c | 53 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/ |
D | test_get.c | 107 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()
|
D | test_get_chunked.c | 133 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()
|
D | test_put_chunked.c | 137 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()
|
D | test_put_large.c | 145 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()
|
D | test_put.c | 131 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()
|