Home
last modified time | relevance | path

Searched refs:max_blength (Results 1 – 3 of 3) sorted by relevance

/dports/net/rsync/rsync-3.2.3/
H A Dgenerator.c672 int32 max_blength = protocol_version < 30 ? OLD_MAX_BLOCK_SIZE : MAX_BLOCK_SIZE; in sum_sizes_sqroot() local
676 if (c < 0 || c >= max_blength) in sum_sizes_sqroot()
677 blength = max_blength; in sum_sizes_sqroot()
H A Dio.c1903 int32 max_blength = protocol_version < 30 ? OLD_MAX_BLOCK_SIZE : MAX_BLOCK_SIZE; in read_sum_head() local
1911 if (sum->blength < 0 || sum->blength > max_blength) { in read_sum_head()
H A Doptions.c1665 int max_blength = protocol_version < 30 ? OLD_MAX_BLOCK_SIZE : MAX_BLOCK_SIZE; in parse_arguments() local
1668 if ((size = parse_size_arg(arg, 'b', "block-size", 0, max_blength, False)) < 0) in parse_arguments()