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.c816 ftpc->cwdcount = 0; /* we count this as the first path, then we add one in ftp_state_cwd()
824 ftpc->cwdcount = 1; in ftp_state_cwd()
828 ftpc->dirs[ftpc->cwdcount -1]); in ftp_state_cwd()
2994 ftpc->cwdcount && !ftpc->count2) { in ftp_statemachine()
3004 ftpc->dirs[ftpc->cwdcount - 1]); in ftp_statemachine()
3019 if(++ftpc->cwdcount <= ftpc->dirdepth) in ftp_statemachine()
3022 ftpc->dirs[ftpc->cwdcount - 1]); in ftp_statemachine()
3038 ftpc->dirs[ftpc->cwdcount - 1]); in ftp_statemachine()

Completed in 20 milliseconds