Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.h138 int cwdcount; /* number of CWD commands issued */ member
H A Dftp.c1001 ftpc->cwdcount = 0; /* we count this as the first path, then we add one in ftp_state_cwd()
1009 ftpc->cwdcount = 1; in ftp_state_cwd()
1013 ftpc->dirs[ftpc->cwdcount -1]); in ftp_state_cwd()
3168 ftpc->cwdcount && !ftpc->count2) { in ftp_statemachine()
3178 ftpc->dirs[ftpc->cwdcount - 1]); in ftp_statemachine()
3193 if(++ftpc->cwdcount <= ftpc->dirdepth) in ftp_statemachine()
3196 ftpc->dirs[ftpc->cwdcount - 1]); in ftp_statemachine()
3212 ftpc->dirs[ftpc->cwdcount - 1]); in ftp_statemachine()

Completed in 26 milliseconds