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

/external/libmicrohttpd/src/microhttpd/
H A Ddaemon.c3633 int use_pipe; local
3686 use_pipe = (0 != (daemon->options & (MHD_USE_NO_LISTEN_SOCKET | MHD_USE_PIPE_FOR_SHUTDOWN)));
3688 use_pipe = 1; /* yes, must use pipe to signal shutdown */
3691 use_pipe = 0; /* useless if we are using 'external' select */
3692 if ( (use_pipe) && (0 != MHD_pipe_ (daemon->wpipe)) )
3704 (1 == use_pipe) &&

Completed in 52 milliseconds