file_sync_client.c | 557 typedef struct copyinfo copyinfo; typedef in typeref:struct:copyinfo 559 struct copyinfo struct 561 copyinfo *next; 571 copyinfo *mkcopyinfo(const char *spath, const char *dpath, 580 copyinfo *ci = malloc(sizeof(copyinfo) + ssize + dsize); 601 static int local_build_list(copyinfo **filelist, 607 copyinfo *dirlist = 0; 608 copyinfo *ci, *next [all...] |