Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/rsync/
H A Dsender.c121 if (!io_lowbuffer_alloc(sess, wb, wbsz, wbmax, isz)) { in send_up_fsm()
126 if (!io_lowbuffer_alloc(sess, wb, wbsz, wbmax, sz)) { in send_up_fsm()
146 if (!io_lowbuffer_alloc(sess, wb, wbsz, wbmax, isz)) { in send_up_fsm()
163 if (!io_lowbuffer_alloc(sess, wb, wbsz, wbmax, dsz)) { in send_up_fsm()
221 if (!io_lowbuffer_alloc(sess, wb, wbsz, wbmax, isz)) { in send_up_fsm()
228 if (!io_lowbuffer_alloc(sess, in send_up_fsm()
240 if (!io_lowbuffer_alloc(sess, wb, wbsz, wbmax, isz)) { in send_up_fsm()
258 if (!io_lowbuffer_alloc(sess, wb, wbsz, wbmax, 20)) { in send_up_fsm()
H A Dextern.h343 int io_lowbuffer_alloc(struct sess *, void **, size_t *, size_t *, size_t);
H A Dio.c508 io_lowbuffer_alloc(struct sess *sess, void **buf, in io_lowbuffer_alloc() function