Lines Matching refs:count1
1195 ftpc->count1 = fcmd; in ftp_state_use_port()
1260 ftpc->count1 = modeoff; in ftp_state_use_pasv()
1626 ftpc->count1 = 0; in ftp_state_quote()
1628 ftpc->count1++; in ftp_state_quote()
1634 while((i < ftpc->count1) && item) { in ftp_state_quote()
1733 conn->proto.ftpc.count1++; in ftp_epsv_disable()
1793 if((ftpc->count1 == 0) && in ftp_state_pasv_resp()
1828 else if((ftpc->count1 == 1) && in ftp_state_pasv_resp()
1870 else if(ftpc->count1 == 0) { in ftp_state_pasv_resp()
1936 if(ftpc->count1 == 0 && ftpcode == 229) in ftp_state_pasv_resp()
1972 ftpport fcmd = (ftpport)ftpc->count1; in ftp_state_port_resp()
2708 ftpc->count1 = 0; in ftp_statemachine()
2712 ftpc->count1 = 1; in ftp_statemachine()
2720 ftpauth[ftpc->count1]); in ftp_statemachine()
2760 ftpc->count1 += ftpc->count2; /* get next attempt */ in ftp_statemachine()
2762 ftpauth[ftpc->count1]); in ftp_statemachine()
3560 if(result && !is_eptr && (ftpc->count1 == 0)) { in ftp_do_more()