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

/external/libmicrohttpd/src/microhttpd/
H A Ddaemon.c2457 int poll_pipe; local
2484 poll_pipe = -1;
2490 poll_pipe = (int) poll_server;
2600 if ( (-1 != poll_pipe) &&
2601 (0 != (p[poll_pipe].revents & POLLIN)) )

Completed in 104 milliseconds