Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_rrdtool.c98 int from_rrdtool_fds[2]; in mod_rrd_create_pipe() local
105 if (pipe(from_rrdtool_fds)) { in mod_rrd_create_pipe()
122 dup2(from_rrdtool_fds[1], STDOUT_FILENO); in mod_rrd_create_pipe()
123 close(from_rrdtool_fds[1]); in mod_rrd_create_pipe()
125 close(from_rrdtool_fds[0]); in mod_rrd_create_pipe()
164 close(from_rrdtool_fds[1]); in mod_rrd_create_pipe()
169 p->read_fd = from_rrdtool_fds[0]; in mod_rrd_create_pipe()