Home
last modified time | relevance | path

Searched refs:MHD_pipe_close_ (Results 1 – 2 of 2) sorted by relevance

/external/libmicrohttpd/src/include/
Dplatform_interface.h183 #define MHD_pipe_close_(fd) close((fd)) macro
185 #define MHD_pipe_close_(fd) MHD_socket_close_((fd)) macro
/external/libmicrohttpd/src/microhttpd/
Ddaemon.c3711 if (0 != MHD_pipe_close_ (daemon->wpipe[0])) in MHD_start_daemon_va()
3713 if (0 != MHD_pipe_close_ (daemon->wpipe[1])) in MHD_start_daemon_va()
4220 if (0 != MHD_pipe_close_ (d->wpipe[0])) in MHD_start_daemon_va()
4222 if (0 != MHD_pipe_close_ (d->wpipe[1])) in MHD_start_daemon_va()
4509 if (0 != MHD_pipe_close_ (daemon->worker_pool[i].wpipe[0])) in MHD_stop_daemon()
4511 if (0 != MHD_pipe_close_ (daemon->worker_pool[i].wpipe[1])) in MHD_stop_daemon()
4559 if (0 != MHD_pipe_close_ (daemon->wpipe[0])) in MHD_stop_daemon()
4561 if (0 != MHD_pipe_close_ (daemon->wpipe[1])) in MHD_stop_daemon()