Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
HDserver.c3467 static int flowcontrol_pipe[2]; variable
3620 if (pipe (flowcontrol_pipe) < 0) in do_cvs_command()
3626 set_nonblock_fd (flowcontrol_pipe[0]); in do_cvs_command()
3627 set_nonblock_fd (flowcontrol_pipe[1]); in do_cvs_command()
3711 close_on_exec (flowcontrol_pipe[0]); in do_cvs_command()
3712 close (flowcontrol_pipe[1]); in do_cvs_command()
3763 while ((status = read (flowcontrol_pipe[0], &junk, 1)) > 0 in do_cvs_command()
3849 if (close (flowcontrol_pipe[0]) < 0) in do_cvs_command()
3855 flowcontrol_pipe[0] = -1; in do_cvs_command()
3886 if (write(flowcontrol_pipe[1], "S", 1) == 1) in do_cvs_command()
[all …]