Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.h130 int cwdcount; /* number of CWD commands issued */ member
Dftp.c871 ftpc->cwdcount = 0; /* we count this as the first path, then we add one in ftp_state_cwd()
879 ftpc->cwdcount = 1; in ftp_state_cwd()
883 ftpc->dirs[ftpc->cwdcount -1]); in ftp_state_cwd()
2945 ftpc->cwdcount && !ftpc->count2) { in ftp_statemach_act()
2949 ftpc->dirs[ftpc->cwdcount - 1]); in ftp_statemach_act()
2964 if(++ftpc->cwdcount <= ftpc->dirdepth) in ftp_statemach_act()
2967 ftpc->dirs[ftpc->cwdcount - 1]); in ftp_statemach_act()
2983 ftpc->dirs[ftpc->cwdcount - 1]); in ftp_statemach_act()