Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dserver.c2927 struct buffer *protocol_inbuf; local
2966 protocol_inbuf = fd_buffer_initialize (protocol_pipe[0], 1,
2972 set_nonblock (protocol_inbuf);
3125 status = buf_input_data (protocol_inbuf, &count_read);
3158 protocol_inbuf,
3258 if (! buf_empty_p (protocol_inbuf))
3321 buf_shutdown (protocol_inbuf);
3322 buf_free (protocol_inbuf);
H A DChangeLog-961980 Change stdoutbuf, stderrbuf, and protocol_inbuf to be pointers.