Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.h139 int count1; /* general purpose counter for the state machine */ member
H A Dftp.c1386 ftpc->count1 = fcmd; in ftp_state_use_port()
1435 ftpc->count1 = modeoff; in ftp_state_use_pasv()
1801 ftpc->count1 = 0; in ftp_state_quote()
1803 ftpc->count1++; in ftp_state_quote()
1809 while((i < ftpc->count1) && item) { in ftp_state_quote()
1908 conn->proto.ftpc.count1++; in ftp_epsv_disable()
1968 if((ftpc->count1 == 0) && in ftp_state_pasv_resp()
2003 else if((ftpc->count1 == 1) && in ftp_state_pasv_resp()
2045 else if(ftpc->count1 == 0) { in ftp_state_pasv_resp()
2882 ftpc->count1 = 0; in ftp_statemachine()
[all …]

Completed in 14 milliseconds