Home
last modified time | relevance | path

Searched refs:pipe (Results 1 – 11 of 11) sorted by relevance

/mOS-networking-stack/core/src/
H A Dpipe.c24 struct pipe struct
43 struct pipe *pp; in mtcp_pipe() argument
58 pp = (struct pipe *)calloc(1, sizeof(struct pipe)); in mtcp_pipe()
113 struct pipe *pp = socket->pp; in RaiseEventToPair()
135 struct pipe *pp; in PipeRead()
238 struct pipe *pp; in PipeWrite()
338 struct pipe *pp = socket->pp; in RaisePendingPipeEvents()
370 struct pipe *pp; in PipeClose()
H A Dlogger.c88 if (pipe(sv)) { in InitLogThreadContext()
H A DMakefile.in74 SRCS = core.c tcp_stream.c config.c api.c mos_api.c eventpoll.c socket.c pipe.c \
/mOS-networking-stack/core/src/include/
H A Dsocket.h121 struct pipe *pp;
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dproc_open.c23 # define pipe(pair) (CreatePipe(&pair[0], &pair[1], security, 2048L) ? 0 : -1) macro
80 if (0 != pipe(newpipe)) { in pipe_open()
H A Dmod_rrdtool.c99 if (pipe(to_rrdtool_fds)) { in mod_rrd_create_pipe()
105 if (pipe(from_rrdtool_fds)) { in mod_rrd_create_pipe()
H A Dlog.c62 if (pipe(to_log_fds)) { in open_logfile_or_pipe()
H A Dmod_cgi.c761 if (pipe(to_cgi_fds)) { in cgi_create_env()
766 if (pipe(from_cgi_fds)) { in cgi_create_env()
H A Dmod_ssi.c739 if (pipe(from_exec_fds)) { in process_ssi_stmt()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS106 …* Fix fd leaks in mod_cgi (fds not closed on pipe/fork failures, found by Rodrigo, fixes #2158, #2…
136 * Set FD_CLOEXEC for bound sockets before pipe-logger forks (fixes #2026)
198 * Add support for pipe logging for server.errorlog (fixes #296)
569 from the pipe (sandy/at/meebo.com)
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m43408 # find command to truncate a binary pipe
3422 [Command to truncate a binary pipe])
4038 # Check to see that the pipe works correctly.