Searched refs:count2 (Results 1 – 2 of 2) sorted by relevance
140 int count2; /* general purpose counter for the state machine */ member
808 ftpc->count2 = 0; /* count2 counts failed CWDs */ in ftp_state_cwd()1642 ftpc->count2 = 1; /* the sent command is allowed to fail */ in ftp_state_quote()1645 ftpc->count2 = 0; /* failure means cancel operation */ in ftp_state_quote()2707 ftpc->count2 = 1; /* add one to get next */ in ftp_statemachine()2711 ftpc->count2 = -1; /* subtract one to get next */ in ftp_statemachine()2760 ftpc->count1 += ftpc->count2; /* get next attempt */ in ftp_statemachine()2981 if((ftpcode >= 400) && !ftpc->count2) { in ftp_statemachine()2994 ftpc->cwdcount && !ftpc->count2) { in ftp_statemachine()2996 ftpc->count2++; /* counter to prevent CWD-MKD loops */ in ftp_statemachine()3018 ftpc->count2 = 0; in ftp_statemachine()
Completed in 19 milliseconds