Searched refs:rsync_sender (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/usr.bin/rsync/ |
H A D | client.c | 83 if (!rsync_sender(&sess, fd, fd, f->sourcesz, in rsync_client()
|
H A D | server.c | 123 if (!rsync_sender(&sess, fdin, fdout, argc, argv)) { in rsync_server()
|
H A D | extern.h | 356 int rsync_sender(struct sess *, int, int, size_t, char **);
|
H A D | sender.c | 356 rsync_sender(struct sess *sess, int fdin, in rsync_sender() function
|