Searched refs:localfiletmp (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sambaclient/
H A Dmain.c2298 LocalFile *localfiletmp; local
2307 localfiletmp = perform_lo->filelist->next;
2316 while(localfiletmp != NULL && exit_loop == 0)
2321 item = get_action_item("download_only", localfiletmp->path,
2325 localfiletmp = localfiletmp->next;
2333 add_action_item("remove", localfiletmp->path, g_pSyncList[index]->server_action_list);
2336 pp = get_action_item("upload",localfiletmp->path,
2340 unlink(localfiletmp->path);
2342 localfiletmp
3729 LocalFile *localfiletmp; local
4018 the_same_name_compare(LocalFile *localfiletmp, CloudFile *filetmp, int index) argument
4277 LocalFile *localfiletmp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sambaclient/
H A Dmain.c2298 LocalFile *localfiletmp; local
2307 localfiletmp = perform_lo->filelist->next;
2316 while(localfiletmp != NULL && exit_loop == 0)
2321 item = get_action_item("download_only", localfiletmp->path,
2325 localfiletmp = localfiletmp->next;
2333 add_action_item("remove", localfiletmp->path, g_pSyncList[index]->server_action_list);
2336 pp = get_action_item("upload",localfiletmp->path,
2340 unlink(localfiletmp->path);
2342 localfiletmp
3729 LocalFile *localfiletmp; local
4018 the_same_name_compare(LocalFile *localfiletmp, CloudFile *filetmp, int index) argument
4277 LocalFile *localfiletmp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sambaclient/
H A Dmain.c2298 LocalFile *localfiletmp; local
2307 localfiletmp = perform_lo->filelist->next;
2316 while(localfiletmp != NULL && exit_loop == 0)
2321 item = get_action_item("download_only", localfiletmp->path,
2325 localfiletmp = localfiletmp->next;
2333 add_action_item("remove", localfiletmp->path, g_pSyncList[index]->server_action_list);
2336 pp = get_action_item("upload",localfiletmp->path,
2340 unlink(localfiletmp->path);
2342 localfiletmp
3729 LocalFile *localfiletmp; local
4018 the_same_name_compare(LocalFile *localfiletmp, CloudFile *filetmp, int index) argument
4277 LocalFile *localfiletmp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ftpclient/
H A Dftpclient.cc3311 int the_same_name_compare(LocalFile *localfiletmp,CloudFile *filetmp,int index,int flag) argument
3320 DEBUG("local:%s\t\tserver:%s\n",localfiletmp->name,filetmp->filename);
3321 DEBUG("local:%ld\t\tserver:%ld\n",localfiletmp->modtime,filetmp->modtime);
3325 newer_file_ret = newer_file(localfiletmp->path,index,flag);
3330 item1 = get_action_item("download_only",localfiletmp->path,
3334 char *mynewname = change_local_same_name(localfiletmp->path);
3335 rename(localfiletmp->path,mynewname);
3336 char *err_msg = write_error_message("%s is download from server,%s is local file and rename from %s",localfiletmp->path,mynewname,localfiletmp->path);
3337 write_conflict_log(localfiletmp
3545 LocalFile *localfiletmp; local
6010 LocalFile *localfiletmp; local
6152 LocalFile *localfiletmp; local
[all...]
H A Dbase.h284 int the_same_name_compare(LocalFile *localfiletmp,CloudFile *filetmp,int index);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ftpclient/
H A Dftpclient.cc3311 int the_same_name_compare(LocalFile *localfiletmp,CloudFile *filetmp,int index,int flag) argument
3320 DEBUG("local:%s\t\tserver:%s\n",localfiletmp->name,filetmp->filename);
3321 DEBUG("local:%ld\t\tserver:%ld\n",localfiletmp->modtime,filetmp->modtime);
3325 newer_file_ret = newer_file(localfiletmp->path,index,flag);
3330 item1 = get_action_item("download_only",localfiletmp->path,
3334 char *mynewname = change_local_same_name(localfiletmp->path);
3335 rename(localfiletmp->path,mynewname);
3336 char *err_msg = write_error_message("%s is download from server,%s is local file and rename from %s",localfiletmp->path,mynewname,localfiletmp->path);
3337 write_conflict_log(localfiletmp
3545 LocalFile *localfiletmp; local
6010 LocalFile *localfiletmp; local
6152 LocalFile *localfiletmp; local
[all...]
H A Dbase.h284 int the_same_name_compare(LocalFile *localfiletmp,CloudFile *filetmp,int index);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ftpclient/
H A Dftpclient.cc3311 int the_same_name_compare(LocalFile *localfiletmp,CloudFile *filetmp,int index,int flag) argument
3320 DEBUG("local:%s\t\tserver:%s\n",localfiletmp->name,filetmp->filename);
3321 DEBUG("local:%ld\t\tserver:%ld\n",localfiletmp->modtime,filetmp->modtime);
3325 newer_file_ret = newer_file(localfiletmp->path,index,flag);
3330 item1 = get_action_item("download_only",localfiletmp->path,
3334 char *mynewname = change_local_same_name(localfiletmp->path);
3335 rename(localfiletmp->path,mynewname);
3336 char *err_msg = write_error_message("%s is download from server,%s is local file and rename from %s",localfiletmp->path,mynewname,localfiletmp->path);
3337 write_conflict_log(localfiletmp
3545 LocalFile *localfiletmp; local
6010 LocalFile *localfiletmp; local
6152 LocalFile *localfiletmp; local
[all...]
H A Dbase.h284 int the_same_name_compare(LocalFile *localfiletmp,CloudFile *filetmp,int index);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dropbox_client/
H A Ddropbox.c3381 LocalFile *localfiletmp; local
3387 localfiletmp=perform_lo->filelist->next;
3392 while(localfiletmp != NULL && !exit_loop)
3401 char *serverpath=localpath_to_serverpath(localfiletmp->path,index);
3402 ret=upload_file(localfiletmp->path,serverpath,1,index);
3410 ChangeFile_modtime(localfiletmp->path,mtime);
3426 add_action_item("createfile",localfiletmp->path,g_pSyncList[index]->download_only_socket_head);
3428 localfiletmp = localfiletmp->next;
3470 while(localfiletmp !
3778 LocalFile *localfiletmp; local
4619 the_same_name_compare(LocalFile *localfiletmp,CloudFile *filetmp,int index,int is_init) argument
[all...]
H A Ddata.h278 int the_same_name_compare(LocalFile *localfiletmp,CloudFile *filetmp,int index,int is_init);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dropbox_client/
H A Ddropbox.c3381 LocalFile *localfiletmp; local
3387 localfiletmp=perform_lo->filelist->next;
3392 while(localfiletmp != NULL && !exit_loop)
3401 char *serverpath=localpath_to_serverpath(localfiletmp->path,index);
3402 ret=upload_file(localfiletmp->path,serverpath,1,index);
3410 ChangeFile_modtime(localfiletmp->path,mtime);
3426 add_action_item("createfile",localfiletmp->path,g_pSyncList[index]->download_only_socket_head);
3428 localfiletmp = localfiletmp->next;
3470 while(localfiletmp !
3778 LocalFile *localfiletmp; local
4619 the_same_name_compare(LocalFile *localfiletmp,CloudFile *filetmp,int index,int is_init) argument
[all...]
H A Ddata.h278 int the_same_name_compare(LocalFile *localfiletmp,CloudFile *filetmp,int index,int is_init);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dropbox_client/
H A Ddropbox.c3381 LocalFile *localfiletmp; local
3387 localfiletmp=perform_lo->filelist->next;
3392 while(localfiletmp != NULL && !exit_loop)
3401 char *serverpath=localpath_to_serverpath(localfiletmp->path,index);
3402 ret=upload_file(localfiletmp->path,serverpath,1,index);
3410 ChangeFile_modtime(localfiletmp->path,mtime);
3426 add_action_item("createfile",localfiletmp->path,g_pSyncList[index]->download_only_socket_head);
3428 localfiletmp = localfiletmp->next;
3470 while(localfiletmp !
3778 LocalFile *localfiletmp; local
4619 the_same_name_compare(LocalFile *localfiletmp,CloudFile *filetmp,int index,int is_init) argument
[all...]
H A Ddata.h278 int the_same_name_compare(LocalFile *localfiletmp,CloudFile *filetmp,int index,int is_init);

Completed in 168 milliseconds