Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dftp.h123 int dirdepth; /* number of entries used in the 'dirs' array */ member
Dftp.c247 for(i = 0; i < ftpc->dirdepth; i++) { in freedirs()
253 ftpc->dirdepth = 0; in freedirs()
875 !(ftpc->dirdepth && ftpc->dirs[0][0] == '/')); in ftp_state_cwd()
886 !(ftpc->dirdepth && ftpc->dirs[0][0] == '/')) { in ftp_state_cwd()
897 if(ftpc->dirdepth) { in ftp_state_cwd()
3021 if(++ftpc->cwdcount <= ftpc->dirdepth) in ftp_statemachine()
4168 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()
4211 ftpc->dirs[ftpc->dirdepth++] = comp; in ftp_parse_url_path()
4216 DEBUGASSERT(ftpc->dirdepth <= dirAlloc); in ftp_parse_url_path()