Searched refs:protocol_inbuf (Results 1 – 2 of 2) sorted by relevance
2927 struct buffer *protocol_inbuf; local2966 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);
1980 Change stdoutbuf, stderrbuf, and protocol_inbuf to be pointers.