Home
last modified time | relevance | path

Searched refs:XMIT_USER_NAME_FOLLOWS (Results 1 – 2 of 2) sorted by relevance

/dports/net/rsync/rsync-3.2.3/
H A Dflist.c477 xflags |= XMIT_USER_NAME_FOLLOWS; in send_file_entry()
613 if (xflags & XMIT_USER_NAME_FOLLOWS) { in send_file_entry()
905 if (xflags & XMIT_USER_NAME_FOLLOWS) in recv_file_entry()
H A Drsync.h61 #define XMIT_USER_NAME_FOLLOWS (1<<10) /* protocols 30 - now */ macro