Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/rsync/
H A Dclient.c83 if (!rsync_sender(&sess, fd, fd, f->sourcesz, in rsync_client()
H A Dserver.c123 if (!rsync_sender(&sess, fdin, fdout, argc, argv)) { in rsync_server()
H A Dextern.h356 int rsync_sender(struct sess *, int, int, size_t, char **);
H A Dsender.c356 rsync_sender(struct sess *sess, int fdin, in rsync_sender() function