Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/rsync/
H A Dio.c430 io_write_uint(struct sess *sess, int fd, uint32_t val) in io_write_uint() function
450 return io_write_uint(sess, fd, (uint32_t)val); in io_write_int()
H A Dflist.c322 } else if (!io_write_uint(sess, fdout, (uint32_t)f->st.mtime)) { in flist_send()
325 } else if (!io_write_uint(sess, fdout, f->st.mode)) { in flist_send()
333 if (!io_write_uint(sess, fdout, f->st.uid)) { in flist_send()
346 if (!io_write_uint(sess, fdout, f->st.gid)) { in flist_send()
H A Dids.c240 if (!io_write_uint(sess, fd, ids[i].id)) { in idents_send()
H A Dextern.h338 int io_write_uint(struct sess *, int, uint32_t);