Searched refs:dirdepth (Results 1 – 2 of 2) sorted by relevance
137 int dirdepth; /* number of entries used in the 'dirs' array */ member
316 for(i = 0; i < ftpc->dirdepth; i++) { in freedirs()322 ftpc->dirdepth = 0; in freedirs()806 !(ftpc->dirdepth && ftpc->dirs[0][0] == '/')); in ftp_state_cwd()812 !(ftpc->dirdepth && ftpc->dirs[0][0] == '/')) { in ftp_state_cwd()823 if(ftpc->dirdepth) { in ftp_state_cwd()3019 if(++ftpc->cwdcount <= ftpc->dirdepth) in ftp_statemachine()4167 ftpc->dirdepth = 1; /* we consider it to be a single dir */ in ftp_parse_url_path()4198 if((compLen == 0) && (ftpc->dirdepth == 0)) in ftp_parse_url_path()4210 ftpc->dirs[ftpc->dirdepth++] = comp; in ftp_parse_url_path()4215 DEBUGASSERT((size_t)ftpc->dirdepth <= dirAlloc); in ftp_parse_url_path()
Completed in 14 milliseconds