Home
last modified time | relevance | path

Searched refs:MHD_SYS_select_ (Results 1 – 3 of 3) sorted by relevance

/external/libmicrohttpd/src/include/
Dplatform_interface.h122 #define MHD_SYS_select_(n,r,w,e,t) select((n),(r),(w),(e),(t)) macro
124 #define MHD_SYS_select_(n,r,w,e,t) select((int)0,(r),(w),(e),(t)) macro
/external/libmicrohttpd/src/testcurl/
Dtest_quiesce.c150 MHD_SYS_select_ (max + 1, &rs, &ws, &es, &tv); in ServeOneRequest()
/external/libmicrohttpd/src/microhttpd/
Ddaemon.c997 num_ready = MHD_SYS_select_ (max + 1, &rs, &ws, NULL, tvp); in MHD_handle_connection()
2408 num_ready = MHD_SYS_select_ (max + 1, &rs, &ws, &es, tv); in MHD_select()