Lines Matching refs:fcmd
848 ftpport fcmd) /* start with this */ in ftp_state_use_port() argument
1124 for(; fcmd != DONE; fcmd++) { in ftp_state_use_port()
1126 if(!conn->bits.ftp_use_eprt && (EPRT == fcmd)) in ftp_state_use_port()
1130 if((PORT == fcmd) && sa->sa_family != AF_INET) in ftp_state_use_port()
1147 if(EPRT == fcmd) { in ftp_state_use_port()
1156 result = Curl_pp_sendf(data, &ftpc->pp, "%s |%d|%s|%hu|", mode[fcmd], in ftp_state_use_port()
1166 if(PORT == fcmd) { in ftp_state_use_port()
1184 result = Curl_pp_sendf(data, &ftpc->pp, "%s %s", mode[fcmd], target); in ftp_state_use_port()
1195 ftpc->count1 = fcmd; in ftp_state_use_port()
1972 ftpport fcmd = (ftpport)ftpc->count1; in ftp_state_port_resp() local
1980 if(EPRT == fcmd) { in ftp_state_port_resp()
1984 fcmd++; in ftp_state_port_resp()
1986 if(fcmd == DONE) { in ftp_state_port_resp()
1992 result = ftp_state_use_port(data, fcmd); in ftp_state_port_resp()