Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dserver.c2718 static int flowcontrol_pipe[2]; variable
2803 if (pipe (flowcontrol_pipe) < 0)
2809 set_nonblock_fd (flowcontrol_pipe[0]);
2810 set_nonblock_fd (flowcontrol_pipe[1]);
2886 close_on_exec (flowcontrol_pipe[0]);
2887 close (flowcontrol_pipe[1]);
2999 if (close (flowcontrol_pipe[0]) < 0)
3005 flowcontrol_pipe[0] = -1;
3036 if (write(flowcontrol_pipe[1], "S", 1) == 1)
3041 if (write(flowcontrol_pipe[1], "G", 1) == 1)
[all …]
H A DChangeLog-962049 from flowcontrol_pipe.