Searched refs:pipe (Results 1 – 11 of 11) sorted by relevance
24 struct pipe struct43 struct pipe *pp; in mtcp_pipe() argument58 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()
88 if (pipe(sv)) { in InitLogThreadContext()
74 SRCS = core.c tcp_stream.c config.c api.c mos_api.c eventpoll.c socket.c pipe.c \
121 struct pipe *pp;
23 # define pipe(pair) (CreatePipe(&pair[0], &pair[1], security, 2048L) ? 0 : -1) macro80 if (0 != pipe(newpipe)) { in pipe_open()
99 if (pipe(to_rrdtool_fds)) { in mod_rrd_create_pipe()105 if (pipe(from_rrdtool_fds)) { in mod_rrd_create_pipe()
62 if (pipe(to_log_fds)) { in open_logfile_or_pipe()
761 if (pipe(to_cgi_fds)) { in cgi_create_env()766 if (pipe(from_cgi_fds)) { in cgi_create_env()
739 if (pipe(from_exec_fds)) { in process_ssi_stmt()
106 …* 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)
3408 # find command to truncate a binary pipe3422 [Command to truncate a binary pipe])4038 # Check to see that the pipe works correctly.