Searched refs:dirdepth (Results 1 – 2 of 2) sorted by relevance
294 for(i=0; i < ftpc->dirdepth; i++) { in freedirs()300 ftpc->dirdepth = 0; in freedirs()955 if(ftpc->dirdepth) { in ftp_state_cwd()3077 if(++ftpc->count1 <= ftpc->dirdepth) { in ftp_statemach_act()4288 ftpc->dirdepth = 0; in ftp_parse_url_path()4309 ftpc->dirdepth = 1; /* we consider it to be a single dir */ in ftp_parse_url_path()4318 ftpc->dirdepth = 0; in ftp_parse_url_path()4328 ftpc->dirdepth++; in ftp_parse_url_path()4335 (ftpc->dirdepth == 0))?1:0; in ftp_parse_url_path()4343 ftpc->dirs[ftpc->dirdepth] = in ftp_parse_url_path()[all …]
122 int dirdepth; /* number of entries used in the 'dirs' array */ member