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.c1379 ftpc->count1 = fcmd; in ftp_state_use_port()
1425 ftpc->count1 = modeoff; in ftp_state_use_pasv()
1791 ftpc->count1 = 0; in ftp_state_quote()
1793 ftpc->count1++; in ftp_state_quote()
1799 while((i< ftpc->count1) && item) { in ftp_state_quote()
1898 conn->proto.ftpc.count1++; in ftp_epsv_disable()
1958 if((ftpc->count1 == 0) && in ftp_state_pasv_resp()
1993 else if((ftpc->count1 == 1) && in ftp_state_pasv_resp()
2035 else if(ftpc->count1 == 0) { in ftp_state_pasv_resp()
2873 ftpc->count1 = 0; in ftp_statemachine()
[all …]

Completed in 23 milliseconds