Searched refs:wpipe (Results 1 – 2 of 2) sorted by relevance
907 MHD_pipe spipe = con->daemon->wpipe[0]; in MHD_handle_connection()1615 (MHD_INVALID_PIPE_ != daemon->wpipe[1]) && in internal_add_connection()1616 (1 != MHD_pipe_write_ (daemon->wpipe[1], "n", 1)) ) in internal_add_connection()1792 if ( (MHD_INVALID_PIPE_ != daemon->wpipe[1]) && in MHD_resume_connection()1793 (1 != MHD_pipe_write_ (daemon->wpipe[1], "r", 1)) ) in MHD_resume_connection()2277 if ( (MHD_INVALID_PIPE_ != daemon->wpipe[0]) && in MHD_run_from_select()2278 (FD_ISSET (daemon->wpipe[0], (fd_set*)read_fd_set)) ) in MHD_run_from_select()2279 (void) MHD_pipe_read_ (daemon->wpipe[0], &tmp, sizeof (tmp)); in MHD_run_from_select()2384 if ( (MHD_INVALID_PIPE_ != daemon->wpipe[0]) && in MHD_select()2385 (MHD_YES != add_to_fd_set (daemon->wpipe[0], in MHD_select()[all …]
1148 MHD_pipe wpipe[2]; member