Searched refs:s2length (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/rsync-42/rsync/
H A Dgenerator.c427 int s2length; local
453 s2length = csum_length;
455 s2length = SUM_LENGTH;
463 s2length = (b + 1 - 32 + 7) / 8; /* --optimize in compiler-- */
464 s2length = MAX(s2length, csum_length);
465 s2length = MIN(s2length, SUM_LENGTH);
470 sum->s2length = s2length;
[all...]
H A Dmatch.c203 if (memcmp(sum2,s->sums[i].sum2,s->s2length) != 0) {
220 s->s2length) != 0)
237 && memcmp(sum2, s->sums[want_i].sum2, s->s2length) == 0) {
H A Dio.c949 sum->s2length = protocol_version < 27 ? csum_length : (int)read_int(f);
950 if (sum->s2length < 0 || sum->s2length > MD4_SUM_LENGTH) {
952 sum->s2length, who_am_i());
976 write_int(f, sum->s2length);
H A Drsync.h588 int s2length; /**< sum2_length */ member in struct:sum_struct
H A Dsender.c103 read_buf(f, s->sums[i].sum2, s->s2length);

Completed in 92 milliseconds