Home
last modified time | relevance | path

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

/netbsd/external/gpl2/xcvs/dist/src/
H A Dbuffer.h164 int buf_input_data (struct buffer *, size_t *);
H A Dbuffer.c125 buf_input_data (buf, NULL);
732 buf_input_data (struct buffer *buf, size_t *countp) in buf_input_data() function
H A Dserver.c2552 status = buf_input_data (buf_from_net, NULL); in become_proxy()
2596 status = buf_input_data (buf_from_primary, &toread); in become_proxy()
3983 status = buf_input_data (protocol_inbuf, &count_read); in do_cvs_command()
4055 status = buf_input_data (stdoutbuf, NULL); in do_cvs_command()
4080 status = buf_input_data (stderrbuf, NULL); in do_cvs_command()
H A DChangeLog-93952670 * server.c (buf_input_data, buf_send_output): Start cpp directives
3497 buf_append_char, buf_append_data, buf_read_file, buf_input_data,
H A DChangeLog-961959 (buf_input_data): Call input function, rather than read.
2101 (buf_send_output, buf_input_data): Use blocking_error rather than
H A DChangeLog2195 * buffer.h, buffer.c (buf_output, buf_input_data, buf_read_line,