Home
last modified time | relevance | path

Searched refs:MHD_USE_POLL (Results 1 – 10 of 10) sorted by relevance

/external/libmicrohttpd/src/testcurl/
Dtest_start_stop.c117 errorCount += testInternalGet(MHD_USE_POLL); in main()
118 errorCount += testMultithreadedGet(MHD_USE_POLL); in main()
119 errorCount += testMultithreadedPoolGet(MHD_USE_POLL); in main()
Dperf_get.c229 stop (poll_flag == MHD_USE_POLL ? "internal poll" : in testInternalGet()
289 stop ((poll_flag & MHD_USE_POLL) ? "thread with poll" : in testMultithreadedGet()
349 stop (0 != (poll_flag & MHD_USE_POLL) ? "thread pool with poll" : in testMultithreadedPoolGet()
518 errorCount += testInternalGet(port++, MHD_USE_POLL); in main()
519 errorCount += testMultithreadedGet(port++, MHD_USE_POLL); in main()
520 errorCount += testMultithreadedPoolGet(port++, MHD_USE_POLL); in main()
Dtest_get.c622 errorCount += testInternalGet(MHD_USE_POLL); in main()
623 errorCount += testMultithreadedGet(MHD_USE_POLL); in main()
624 errorCount += testMultithreadedPoolGet(MHD_USE_POLL); in main()
625 errorCount += testUnknownPortGet(MHD_USE_POLL); in main()
626 errorCount += testStopRace(MHD_USE_POLL); in main()
627 errorCount += testEmptyGet(MHD_USE_POLL); in main()
Dperf_get_concurrent.c351 errorCount += testInternalGet (port++, MHD_USE_POLL); in main()
352 errorCount += testMultithreadedGet (port++, MHD_USE_POLL); in main()
353 errorCount += testMultithreadedPoolGet (port++, MHD_USE_POLL); in main()
Dtest_quiesce.c444 errorCount += testGet(MHD_USE_SELECT_INTERNALLY, 0, MHD_USE_POLL); in main()
445 errorCount += testGet (MHD_USE_THREAD_PER_CONNECTION, 0, MHD_USE_POLL); in main()
446 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, CPU_COUNT, MHD_USE_POLL); in main()
/external/libmicrohttpd/src/include/
Dmicrohttpd.h494 MHD_USE_POLL = 64, enumerator
499 MHD_USE_POLL_INTERNALLY = MHD_USE_SELECT_INTERNALLY | MHD_USE_POLL,
/external/libmicrohttpd/src/microhttpd/
Ddaemon.c835 || (0 != (daemon->options & MHD_USE_POLL))) in MHD_get_fdset2()
944 if (0 == (con->daemon->options & MHD_USE_POLL)) in MHD_handle_connection()
1387 (0 == (daemon->options & (MHD_USE_POLL | MHD_USE_EPOLL_LINUX_ONLY))) ) in internal_add_connection()
2937 if (0 != (daemon->options & MHD_USE_POLL)) in MHD_run()
2972 if (0 != (daemon->options & MHD_USE_POLL)) in MHD_select_thread()
3640 if (0 != (flags & MHD_USE_POLL)) in MHD_start_daemon_va()
3703 if ( (0 == (flags & (MHD_USE_POLL | MHD_USE_EPOLL_LINUX_ONLY))) && in MHD_start_daemon_va()
4047 (0 == (flags & (MHD_USE_POLL | MHD_USE_EPOLL_LINUX_ONLY)) ) ) in MHD_start_daemon_va()
4212 if ( (0 == (flags & (MHD_USE_POLL | MHD_USE_EPOLL_LINUX_ONLY))) && in MHD_start_daemon_va()
/external/libmicrohttpd/
DChangeLog44 MHD_USE_SELECT_INTERNALLY and MHD_USE_POLL in combination
974 in combination with MHD_USE_POLL). -ES
978 with MHD_USE_POLL. -CG
/external/libmicrohttpd/doc/
Dlibmicrohttpd.texi486 @item MHD_USE_POLL
494 @code{MHD_USE_POLL} and the local platform does not support it,
2705 MHD_USE_POLL can be used.
Dlibmicrohttpd.info425 'MHD_USE_POLL'
430 'MHD_USE_POLL' and the local platform does not support it,
2400 MHD_USE_POLL can be used.