Searched defs:except_fd_set (Results 1 – 14 of 14) sorted by relevance
/external/libmicrohttpd/src/examples/ |
D | mhd2spdy_spdy.c | 673 fd_set * except_fd_set, in spdy_ctl_select() 985 fd_set * except_fd_set, in spdy_get_selectfdset() 1110 fd_set * except_fd_set, in spdy_run_select()
|
D | spdy_response_with_callback.c | 162 fd_set except_fd_set; in main() local
|
D | spdy_fileserver.c | 276 fd_set except_fd_set; in main() local
|
D | spdy_event_loop.c | 363 fd_set except_fd_set; in main() local
|
/external/libmicrohttpd/src/testspdy/ |
D | test_session_timeout.c | 129 fd_set except_fd_set; in parentproc() local
|
D | test_misc.c | 209 fd_set except_fd_set; in parentproc() local
|
D | test_request_response_with_callback.c | 172 fd_set except_fd_set; in parentproc() local
|
D | test_notls.c | 876 fd_set except_fd_set; in parentproc() local
|
D | test_new_connection.c | 913 fd_set except_fd_set; in parentproc() local
|
D | test_request_response.c | 935 fd_set except_fd_set; in parentproc() local
|
/external/libmicrohttpd/src/microspdy/ |
D | daemon.c | 435 fd_set *except_fd_set, in SPDYF_get_fdset()
|
D | applicationlayer.c | 305 fd_set *except_fd_set) in SPDY_get_fdset()
|
/external/libmicrohttpd/src/microhttpd/ |
D | daemon.c | 791 fd_set *except_fd_set, in MHD_get_fdset() 824 fd_set *except_fd_set, in MHD_get_fdset2() 2252 const fd_set *except_fd_set) in MHD_run_from_select()
|
/external/libmicrohttpd/src/include/ |
D | microhttpd.h | 1636 #define MHD_get_fdset(daemon,read_fd_set,write_fd_set,except_fd_set,max_fd) \ argument
|