Home
last modified time | relevance | path

Searched refs:SUBPROTOCOL_VERSION (Results 1 – 5 of 5) sorted by relevance

/dports/net/rsync/rsync-3.2.3/
H A Dusage.c181 #if SUBPROTOCOL_VERSION != 0 in print_rsync_version()
182 subprotocol = istring(".PR%d", SUBPROTOCOL_VERSION); in print_rsync_version()
H A Dcompat.c127 #if SUBPROTOCOL_VERSION != 0 in check_sub_protocol()
128 int our_sub = protocol_version < PROTOCOL_VERSION ? 0 : SUBPROTOCOL_VERSION; in check_sub_protocol()
137 #if SUBPROTOCOL_VERSION != 0 in check_sub_protocol()
H A Dclientserver.c151 #if SUBPROTOCOL_VERSION != 0 in exchange_protocols()
152 int our_sub = protocol_version < PROTOCOL_VERSION ? 0 : SUBPROTOCOL_VERSION; in exchange_protocols()
207 #if SUBPROTOCOL_VERSION != 0 in exchange_protocols()
H A Drsync.h117 #define SUBPROTOCOL_VERSION 0 macro
H A Doptions.c2607 #if SUBPROTOCOL_VERSION != 0 in server_options()
2611 PROTOCOL_VERSION, SUBPROTOCOL_VERSION); in server_options()