Home
last modified time | relevance | path

Searched refs:io_buffer_int (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.bin/rsync/
H A Dblocks.c342 io_buffer_int(buf, &pos, sz, idx); in blk_recv_ack()
343 io_buffer_int(buf, &pos, sz, blocks->blksz);
344 io_buffer_int(buf, &pos, sz, blocks->len);
345 io_buffer_int(buf, &pos, sz, blocks->csum);
346 io_buffer_int(buf, &pos, sz, blocks->rem);
518 io_buffer_int(buf, &pos, sz, idx); in blk_send()
519 io_buffer_int(buf, &pos, sz, p->blksz); in blk_send()
520 io_buffer_int(buf, &pos, sz, p->len); in blk_send()
521 io_buffer_int(buf, &pos, sz, p->csum); in blk_send()
522 io_buffer_int(bu in blk_send()
[all...]
H A Duploader.c1068 io_buffer_int(u->buf, &pos, u->bufsz, u->idx); in rsync_uploader()
1069 io_buffer_int(u->buf, &pos, u->bufsz, blk.blksz); in rsync_uploader()
1070 io_buffer_int(u->buf, &pos, u->bufsz, blk.len); in rsync_uploader()
1071 io_buffer_int(u->buf, &pos, u->bufsz, blk.csum); in rsync_uploader()
1072 io_buffer_int(u->buf, &pos, u->bufsz, blk.rem); in rsync_uploader()
1074 io_buffer_int(u->buf, &pos, u->bufsz, in rsync_uploader()
H A Dio.c493 io_buffer_int(buf, bufpos, buflen, tagbuf); in io_lowbuffer_buf()
545 io_buffer_int(void *buf, size_t *bufpos, size_t buflen, int32_t val) in io_buffer_int() function
H A Dextern.h348 void io_buffer_int(void *, size_t *, size_t, int32_t);