Searched refs:buf_send_output (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/cvs/src/
H A Dbuffer.h125 extern int buf_send_output PROTO((struct buffer *));
H A Dbuffer.c267 buf_send_output (buf) function
348 status = buf_send_output (buf);
444 return buf_send_output (buf);
480 return buf_send_output (buf);
1731 /* We will only be here because buf_send_output was called on the
1733 buf_send_output on the underlying buffer. */
1734 return buf_send_output (pb->buf);
H A Dzlib.c284 /* We will only be here because buf_send_output was called on the
286 buf_send_output on the underlying buffer. */
287 return buf_send_output (cb->buf);
H A Dserver.c3132 buf_send_output (buf_to_net);
3178 buf_send_output (buf_to_net);
3230 buf_send_output (buf_to_net);
3255 buf_send_output (buf_to_net);
H A Dclient.c3449 status = buf_send_output (to_server);

Completed in 207 milliseconds