Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.h137 int dirdepth; /* number of entries used in the 'dirs' array */ member
H A Dftp.c316 for(i = 0; i < ftpc->dirdepth; i++) { in freedirs()
322 ftpc->dirdepth = 0; in freedirs()
991 !(ftpc->dirdepth && ftpc->dirs[0][0] == '/')); in ftp_state_cwd()
997 !(ftpc->dirdepth && ftpc->dirs[0][0] == '/')) { in ftp_state_cwd()
1008 if(ftpc->dirdepth) { in ftp_state_cwd()
3193 if(++ftpc->cwdcount <= ftpc->dirdepth) in ftp_statemachine()
4335 ftpc->dirdepth = 1; /* we consider it to be a single dir */ in ftp_parse_url_path()
4366 if((compLen == 0) && (ftpc->dirdepth == 0)) in ftp_parse_url_path()
4378 ftpc->dirs[ftpc->dirdepth++] = comp; in ftp_parse_url_path()
4383 DEBUGASSERT((size_t)ftpc->dirdepth <= dirAlloc); in ftp_parse_url_path()

Completed in 29 milliseconds