Searched refs:io_lowbuffer_int (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.bin/rsync/ |
H A D | sender.c | 125 io_lowbuffer_int(sess, *wb, &pos, *wbsz, sz); in send_up_fsm() 150 io_lowbuffer_int(sess, *wb, in send_up_fsm() 225 io_lowbuffer_int(sess, *wb, &pos, *wbsz, -1); in send_up_fsm() 233 io_lowbuffer_int(sess, *wb, &pos, *wbsz, -1); in send_up_fsm() 244 io_lowbuffer_int(sess, *wb, &pos, *wbsz, up->cur->idx); in send_up_fsm()
|
H A D | extern.h | 344 void io_lowbuffer_int(struct sess *, void *, size_t *, size_t, int32_t);
|
H A D | io.c | 533 io_lowbuffer_int(struct sess *sess, void *buf, in io_lowbuffer_int() function
|