Home
last modified time | relevance | path

Searched refs:dirdepth (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dftp.h122 int dirdepth; /* number of entries used in the 'dirs' array */ member
Dftp.c294 for(i=0; i < ftpc->dirdepth; i++) { in freedirs()
300 ftpc->dirdepth = 0; in freedirs()
955 if(ftpc->dirdepth) { in ftp_state_cwd()
3003 if(++ftpc->count1 <= ftpc->dirdepth) { in ftp_statemach_act()
4217 ftpc->dirdepth = 0; in ftp_parse_url_path()
4240 ftpc->dirdepth = 1; /* we consider it to be a single dir */ in ftp_parse_url_path()
4249 ftpc->dirdepth = 0; in ftp_parse_url_path()
4259 ftpc->dirdepth++; in ftp_parse_url_path()
4266 (ftpc->dirdepth == 0))?1:0; in ftp_parse_url_path()
4276 &ftpc->dirs[ftpc->dirdepth], NULL, in ftp_parse_url_path()
[all …]