Searched refs:the_file_list (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/rsync-42/rsync/
H A Dhlink.c33 extern struct file_list *the_file_list;
40 #define FPTR(i) (the_file_list->files[i])
68 alloc_pool_t idev_pool = the_file_list->hlink_pool;
115 the_file_list->hlink_pool = hlink_pool;
128 if (!(hlink_list = new_array(int32, the_file_list->count)))
132 for (i = 0; i < the_file_list->count; i++) {
H A Dsender.c50 extern struct file_list *the_file_list;
136 if (ndx < 0 || ndx >= the_file_list->count)
139 file = the_file_list->files[ndx];
184 if (ndx == the_file_list->count && iflags == ITEM_IS_NEW)
186 else if (ndx < 0 || ndx >= the_file_list->count) {
188 ndx, the_file_list->count, who_am_i());
210 if (!S_ISREG(the_file_list->files[ndx]->mode)) {
H A Dgenerator.c93 extern struct file_list *the_file_list;
598 if (ndx < 0 || ndx >= the_file_list->count)
601 file = the_file_list->files[ndx];
781 /* Acts on the_file_list->file's ndx'th item, whose name is fname. If a dir,
939 if (ndx+1 < the_file_list->count
940 && the_file_list->files[ndx+1]->dir.depth > file->dir.depth) {
953 delete_in_dir(the_file_list, fname, file, &st);
966 if (the_file_list->count == 1)
1116 if (the_file_list->count == 1)
1124 if (the_file_list
[all...]
H A Dreceiver.c62 extern struct file_list *the_file_list;
331 f_name(the_file_list->files[next_gen_i], NULL));
335 next_gen_i = the_file_list->count;
H A Dio.c52 extern struct file_list *the_file_list;
325 active_bytecnt += the_file_list->files[ndx]->length;
331 active_bytecnt -= the_file_list->files[ndx]->length;
715 write_int(sock_f_out, the_file_list->count);
H A Dmain.c80 struct file_list *the_file_list; variable in typeref:struct:file_list
628 while ((i = read_int(f_in)) == the_file_list->count
631 write_int(f_out, the_file_list->count);
687 the_file_list = flist;
851 the_file_list = flist;
976 the_file_list = flist;
1011 the_file_list = flist;
H A Dflist.c61 extern struct file_list *the_file_list;
949 if (flist_find(the_file_list, file) >= 0

Completed in 106 milliseconds