• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ftpclient/

Lines Matching refs:index

159     int index;
236 int index;
245 char *to_utf8(char *buf,int index);
246 char *utf8_to(char *buf,int index);
250 int download_(char *serverpath,int index);
251 int upload(char *localpath1,int index);
252 int my_delete_DELE(char *localpath,int index);
253 int my_delete_RMD(char *localpath,int index);
254 int my_rename_(char *localpath,char *newername,int index);
255 int my_mkdir_(char *localpath,int index);
256 int moveFolder(char *old_dir,char *new_dir,int index);
257 int createFolder(char *dir,int index);
258 void SearchServerTree_(Server_TreeNode* treeRoot,int index);
259 int Delete(char *localpath,int index);
260 int write_log(int status, char *message, char *filename,int index);
262 int wait_handle_socket(int index);
264 mod_time *Getmodtime(char *href,int index);
265 int ChangeFile_modtime(char *filepath,time_t servermodtime,int index);
266 int parseCloudInfo_one(char *parentherf,int index);
267 int getCloudInfo_one(char *URL,int (* cmd_data)(char *,int),int index);
268 int is_server_exist(char *parentpath,char *filepath,int index);
270 int getCloudInfo_forsize(char *URL,void (* cmd_data)(char *),int index);
271 long long int get_file_size(char *serverpath,int index);
272 int is_ftp_file_copying(char *serverhref,int index);
274 int getCloudInfo(char *URL,void (* cmd_data)(char *,int),int index);
278 mod_time *ftp_MDTM(char *href,int index);
280 int parseCloudInfo_tree(char *parentherf,int index);
281 Browse *browseFolder(char *URL,int index);
282 int browse_to_tree(char *parenthref,Server_TreeNode *node,int index);
284 int the_same_name_compare(LocalFile *localfiletmp,CloudFile *filetmp,int index);
285 int sync_server_to_local_perform(Browse *perform_br,Local *perform_lo,int index);
286 int sync_server_to_local(Server_TreeNode *treenode,int (*sync_fuc)(Browse*,Local*,int),int index);
287 int compareLocalList(int index);
289 int compareServerList(int index);
291 char *change_server_same_name(char *fullname,int index);
293 int cmd_parser(char *cmd,int index);
294 int download_only_add_socket_item(char *cmd,int index);
300 int initMyLocalFolder(Server_TreeNode *servertreenode,int index);
301 int sync_local_to_server_init(Local *perform_lo,int index);
302 int sync_local_to_server(char *path,int index);
303 int sync_server_to_local_init(Browse *perform_br,Local *perform_lo,int index);
311 long long int get_local_freespace(int index);
314 action_item *get_action_item(const char *action,const char *path,action_item *head,int index);
319 int add_all_download_only_dragfolder_socket_list(const char *dir,int index);
321 int add_all_download_only_socket_list(char *cmd,const char *dir,int index);
324 void del_all_items(char *dir,int index);
333 char *localpath_to_serverpath(char *from_localpath,int index);
334 char *serverpath_to_localpath(char *from_serverpath,int index);
337 int is_local_space_enough(CloudFile *do_file,int index);
338 int is_server_space_enough(char *localfilepath,int index);//2014.11.14 by sherry add���server������������
339 //int get_server_info(char *URL,int (* cmd_data)(char *,int),int index);//2014.11.14 by sherry add���server������������
340 int get_server_info(char *URL,int index);
341 int is_server_have_localpath(char *path,Server_TreeNode *treenode,int index);
372 int do_unfinished(int index);
373 int deal_dragfolder_to_socketlist(char *dir,int index);
374 int check_serverlist_modify(int index,Server_TreeNode *newnode);
391 void my_mkdir_r(char *path,int index);
393 int socket_check(char *dir,char *name,int index);