Searched refs:buf_output (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | server.c | 3265 buf_output (buf_to_net, "M ? ", 4); in serve_questionable() 3270 buf_output (buf_to_net, "/", 1); in serve_questionable() 3273 buf_output (buf_to_net, "\n", 1); in serve_questionable() 3749 buf_output (protocol, "\n", 1); in do_cvs_command() 4479 buf_output (protocol, "\n", 1); in new_entries_line() 4528 buf_output (protocol, "\n", 1); in checked_in_response() 4549 buf_output (protocol, "\n", 1); in server_checked_in() 4578 buf_output (protocol, "\n", 1); in server_update_entries() 5114 buf_output (protocol, "\n", 1); in server_updated() 5201 buf_output (protocol, (char *) file, file_used); in server_updated() [all …]
|
H A D | zlib.c | 318 buf_output (cb->buf, buffer, in compress_buffer_output() 370 buf_output (cb->buf, buffer, in compress_buffer_flush() 463 buf_output (cb->buf, buffer, in compress_buffer_shutdown_output()
|
H A D | log-buffer.c | 255 buf_output (lb->back_buf, data, *got); in log_buffer_input() 308 buf_output (lb->back_buf, data, *wrote); in log_buffer_output()
|
H A D | buffer.c | 167 buf_output (struct buffer *buf, const char *data, size_t len) in buf_output() function 222 buf_output (buf, string, strlen (string)); in buf_output0() 243 buf_output (buf, &b, 1); in buf_append_char() 1085 buf_output (outbuf, nldata->bufp, len); in buf_copy_lines() 1236 buf_output (outbuf, stop->bufp, stopwant); in buf_copy_counted() 1657 buf_output (pb->buf, outbuf, translated + 2); in packetizing_buffer_output()
|
H A D | buffer.h | 149 void buf_output (struct buffer *, const char *, size_t);
|
H A D | update.c | 1521 buf_output (buf, data, len); in checkout_to_buffer()
|
H A D | client.c | 3115 buf_output (via_buffer, str, len); in send_to_server_via()
|
H A D | ChangeLog-96 | 1823 malloc failure rather than buf_output to buf_to_net. 1889 (send_to_server): Rewrite to use buf_output. 3824 (buf_output): Don't require that buf->output be set; saved_* use
|
H A D | ChangeLog | 2195 * buffer.h, buffer.c (buf_output, buf_input_data, buf_read_line, 5926 * client.h (buf_output, buf_outerr): Check that our buffers exist 5960 * server.c (buf_output): Don't check that the buffers exist before 10292 (server_updated): Fix type clash calling buf_output().
|
H A D | ChangeLog-9395 | 3499 (buf_output, buf_output0, buf_send_output, set_nonblock,
|