Home
last modified time | relevance | path

Searched refs:MHD_USE_SELECT_INTERNALLY (Results 1 – 25 of 58) sorted by relevance

123

/external/libmicrohttpd/src/testcurl/https/
Dtest_https_get_parallel.c154 MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL | MHD_USE_DEBUG | MHD_USE_EPOLL_LINUX_ONLY, in main()
162 MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL | MHD_USE_DEBUG, in main()
170 MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL | MHD_USE_DEBUG | MHD_USE_EPOLL_LINUX_ONLY, in main()
178 MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL | MHD_USE_DEBUG, in main()
/external/libmicrohttpd/src/testcurl/
Dtest_quiesce.c438 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, 0, 0); in main()
440 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, CPU_COUNT, 0); in main()
444 errorCount += testGet(MHD_USE_SELECT_INTERNALLY, 0, MHD_USE_POLL); in main()
446 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, CPU_COUNT, MHD_USE_POLL); in main()
450 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, 0, MHD_USE_EPOLL_LINUX_ONLY); in main()
451 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, CPU_COUNT, MHD_USE_EPOLL_LINUX_ONLY); in main()
Dtest_start_stop.c57 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testInternalGet()
83 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testMultithreadedPoolGet()
Dtest_long_header.c104 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY /* | MHD_USE_DEBUG */ , in testLongUrlGet()
175 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY /* | MHD_USE_DEBUG */ , in testLongHeaderGet()
Dtest_get_response_cleanup.c153 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testInternalGet()
210 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testMultithreadedPoolGet()
Dtest_get.c122 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testInternalGet()
222 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testMultithreadedPoolGet()
404 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testUnknownPortGet()
563 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testEmptyGet()
Dtest_timeout.c175 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testWithoutTimeout()
230 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testWithTimeout()
Dtest_iplimit.c120 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testMultithreadedGet()
211 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testMultithreadedPoolGet()
Dtest_get_sendfile.c128 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testInternalGet()
226 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testMultithreadedPoolGet()
406 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testUnknownPortGet()
Dperf_get_concurrent.c237 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testInternalGet()
270 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testMultithreadedPoolGet()
Dtest_get_chunked.c167 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testInternalGet()
251 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testMultithreadedPoolGet()
Dtest_put_chunked.c144 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testInternalPut()
257 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testMultithreadedPoolPut()
/external/libmicrohttpd/src/microhttpd/
Dtest_daemon.c78 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in testStartStop()
127 d = MHD_start_daemon (MHD_USE_DEBUG | MHD_USE_SELECT_INTERNALLY, in testThread()
/external/libmicrohttpd/src/testzzuf/
Dtest_long_header.c106 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY /* | MHD_USE_DEBUG */ , in testLongUrlGet()
168 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY /* | MHD_USE_DEBUG */ , in testLongHeaderGet()
/external/libmicrohttpd/doc/examples/
Dhellobrowser.c42 daemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY, PORT, NULL, NULL, in main()
Dlogging.c46 daemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY, PORT, NULL, NULL, in main()
Dresponseheaders.c76 daemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY, PORT, NULL, NULL, in main()
Dbasicauthentication.c74 daemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY, PORT, NULL, NULL, in main()
/external/libmicrohttpd/src/examples/
Ddual_stack_example.c71 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | MHD_USE_DUAL_STACK, in main()
Dminimal_example.c71 MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in main()
Dchunked_example.c82 MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, in main()
Dbenchmark_https.c183 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL in main()
Dbenchmark.c137 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_SUPPRESS_DATE_NO_CLOCK in main()
/external/libmicrohttpd/src/include/
Dmicrohttpd.h465 MHD_USE_SELECT_INTERNALLY = 8, enumerator
499 MHD_USE_POLL_INTERNALLY = MHD_USE_SELECT_INTERNALLY | MHD_USE_POLL,
530 MHD_USE_EPOLL_INTERNALLY_LINUX_ONLY = MHD_USE_SELECT_INTERNALLY | MHD_USE_EPOLL_LINUX_ONLY,
/external/skia/tools/skiaserve/
Dskiaserve.cpp105 daemon = MHD_start_daemon(MHD_USE_SELECT_INTERNALLY in skiaserve_main()

123