Searched refs:fnamecmp_type (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/rsync-42/rsync/
H A Dsender.c162 uchar fnamecmp_type, char *buf, int len)
169 write_byte(f_out, fnamecmp_type);
179 uchar fnamecmp_type = FNAMECMP_FNAME; local
197 fnamecmp_type = read_byte(f_in);
198 *type_ptr = fnamecmp_type;
218 fnamecmp_type, buf, len);
232 uchar fnamecmp_type; local
267 iflags = read_item_attrs(f_in, f_out, i, &fnamecmp_type,
304 ? fnamecmp_type == FNAMECMP_FNAME : !make_backups);
312 write_ndx_and_attrs(f_out, i, iflags, fnamecmp_type,
161 write_ndx_and_attrs(int f_out, int ndx, int iflags, uchar fnamecmp_type, char *buf, int len) argument
[all...]
H A Dgenerator.c339 int32 iflags, uchar fnamecmp_type, char *xname)
372 write_byte(sock_f_out, fnamecmp_type);
806 uchar fnamecmp_type; local
1153 fnamecmp_type = FNAMECMP_FNAME;
1185 fnamecmp_type = j;
1213 fnamecmp_type = FNAMECMP_FUZZY;
1232 if (fnamecmp_type <= FNAMECMP_BASIS_DIR_HIGH)
1234 else if (fnamecmp_type == FNAMECMP_FUZZY)
1263 fnamecmp_type = FNAMECMP_PARTIAL_DIR;
1292 if (inplace && make_backups && fnamecmp_type
338 itemize(struct file_struct *file, int ndx, int statret, STRUCT_STAT *st, int32 iflags, uchar fnamecmp_type, char *xname) argument
[all...]
H A Dreceiver.c356 uchar fnamecmp_type; local
404 iflags = read_item_attrs(f_in, -1, i, &fnamecmp_type,
492 switch (fnamecmp_type) {
513 if (fnamecmp_type >= basis_dir_cnt) {
516 fnamecmp_type);
520 basis_dir[fnamecmp_type], fname);
H A Dproto.h88 int32 iflags, uchar fnamecmp_type, char *xname);

Completed in 113 milliseconds