Home | History | Annotate | Download | only in microhttpd

Lines Matching refs:use_pipe

3633   int use_pipe;
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) &&