Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dserver.c3790 struct buffer *protocol_inbuf; in do_cvs_command() local
3828 protocol_inbuf = fd_buffer_initialize (protocol_pipe[0], 0, NULL, true, in do_cvs_command()
3834 set_nonblock (protocol_inbuf); in do_cvs_command()
3983 status = buf_input_data (protocol_inbuf, &count_read); in do_cvs_command()
4016 protocol_inbuf, in do_cvs_command()
4116 if (! buf_empty_p (protocol_inbuf)) in do_cvs_command()
4179 buf_shutdown (protocol_inbuf); in do_cvs_command()
4180 buf_free (protocol_inbuf); in do_cvs_command()
4181 protocol_inbuf = NULL; in do_cvs_command()
H A DChangeLog-961980 Change stdoutbuf, stderrbuf, and protocol_inbuf to be pointers.
H A DChangeLog7758 * server.c (do_cvs_command): Set protocol_inbuf, stderrbuf, and