Lines Matching refs:poll_flag
111 testInternalGet (int poll_flag) in testInternalGet() argument
122 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testInternalGet()
161 testMultithreadedGet (int poll_flag) in testMultithreadedGet() argument
172 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG | poll_flag, in testMultithreadedGet()
211 testMultithreadedPoolGet (int poll_flag) in testMultithreadedPoolGet() argument
222 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testMultithreadedPoolGet()
385 testUnknownPortGet (int poll_flag) in testUnknownPortGet() argument
404 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testUnknownPortGet()
459 testStopRace (int poll_flag) in testStopRace() argument
465 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG | poll_flag, in testStopRace()
551 testEmptyGet (int poll_flag) in testEmptyGet() argument
563 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testEmptyGet()