Home
last modified time | relevance | path

Searched refs:io_lowbuffer_int (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/rsync/
H A Dsender.c125 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 Dextern.h344 void io_lowbuffer_int(struct sess *, void *, size_t *, size_t, int32_t);
H A Dio.c533 io_lowbuffer_int(struct sess *sess, void *buf, in io_lowbuffer_int() function