Lines Matching refs:fcmd
903 ftpport fcmd) /* start with this */ in ftp_state_use_port() argument
1190 for(; fcmd != DONE; fcmd++) { in ftp_state_use_port()
1192 if(!conn->bits.ftp_use_eprt && (EPRT == fcmd)) in ftp_state_use_port()
1196 if((PORT == fcmd) && sa->sa_family != AF_INET) in ftp_state_use_port()
1213 if(EPRT == fcmd) { in ftp_state_use_port()
1222 result = Curl_pp_sendf(&ftpc->pp, "%s |%d|%s|%hu|", mode[fcmd], in ftp_state_use_port()
1237 if(PORT == fcmd) { in ftp_state_use_port()
1255 result = Curl_pp_sendf(&ftpc->pp, "%s %s", mode[fcmd], target); in ftp_state_use_port()
1269 ftpc->count1 = fcmd; in ftp_state_use_port()
1998 ftpport fcmd = (ftpport)ftpc->count1; in ftp_state_port_resp() local
2006 if(EPRT == fcmd) { in ftp_state_port_resp()
2010 fcmd++; in ftp_state_port_resp()
2012 if(fcmd == DONE) { in ftp_state_port_resp()
2018 result = ftp_state_use_port(conn, fcmd); in ftp_state_port_resp()