Searched refs:spipe (Results 1 - 1 of 1) sorted by relevance

/external/libmicrohttpd/src/microhttpd/
H A Ddaemon.c907 MHD_pipe spipe = con->daemon->wpipe[0]; local
981 if (MHD_INVALID_PIPE_ != spipe)
984 add_to_fd_set (spipe, &rs, &max, FD_SETSIZE))
1012 if ( (MHD_INVALID_PIPE_ != spipe) &&
1013 (FD_ISSET (spipe, &rs)) )
1014 (void) MHD_pipe_read_ (spipe, &tmp, sizeof (tmp));
1057 if (MHD_INVALID_PIPE_ != spipe)
1060 p[1].fd = spipe;
1084 if ( (MHD_INVALID_PIPE_ != spipe) &&
1086 (void) MHD_pipe_read_ (spipe,
[all...]

Completed in 58 milliseconds