Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.c1309 for(; fcmd != DONE; fcmd++) { in ftp_state_use_port()
1311 if(!conn->bits.ftp_use_eprt && (EPRT == fcmd)) in ftp_state_use_port()
1315 if((PORT == fcmd) && sa->sa_family != AF_INET) in ftp_state_use_port()
1332 if(EPRT == fcmd) { in ftp_state_use_port()
1351 if(PORT == fcmd) { in ftp_state_use_port()
1380 ftpc->count1 = fcmd; in ftp_state_use_port()
2138 ftpport fcmd = (ftpport)ftpc->count1; in ftp_state_port_resp() local
2146 if(EPRT == fcmd) { in ftp_state_port_resp()
2150 fcmd++; in ftp_state_port_resp()
2152 if(fcmd == DONE) { in ftp_state_port_resp()
[all …]

Completed in 18 milliseconds