Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.h123 int dirdepth; /* number of entries used in the 'dirs' array */ member
Dftp.c244 for(i = 0; i < ftpc->dirdepth; i++) { in freedirs()
250 ftpc->dirdepth = 0; in freedirs()
900 if(ftpc->dirdepth) { in ftp_state_cwd()
2962 if(++ftpc->cwdcount <= ftpc->dirdepth) { in ftp_statemach_act()
4142 ftpc->dirdepth = 0; in ftp_parse_url_path()
4165 ftpc->dirdepth = 1; /* we consider it to be a single dir */ in ftp_parse_url_path()
4174 ftpc->dirdepth = 0; in ftp_parse_url_path()
4184 ftpc->dirdepth++; in ftp_parse_url_path()
4191 (ftpc->dirdepth == 0))?1:0; in ftp_parse_url_path()
4201 &ftpc->dirs[ftpc->dirdepth], NULL, in ftp_parse_url_path()
[all …]