Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
HDserver.c3778 struct buffer *protocol_inbuf; in do_cvs_command() local
3816 protocol_inbuf = fd_buffer_initialize (protocol_pipe[0], 0, NULL, true, in do_cvs_command()
3822 set_nonblock (protocol_inbuf); in do_cvs_command()
3971 status = buf_input_data (protocol_inbuf, &count_read); in do_cvs_command()
4004 protocol_inbuf, in do_cvs_command()
4104 if (! buf_empty_p (protocol_inbuf)) in do_cvs_command()
4167 buf_shutdown (protocol_inbuf); in do_cvs_command()
4168 buf_free (protocol_inbuf); in do_cvs_command()
4169 protocol_inbuf = NULL; in do_cvs_command()