Lines Matching defs:fcmd
906 ftpport fcmd) /* start with this */
1182 for(; fcmd != DONE; fcmd++) {
1184 if(!conn->bits.ftp_use_eprt && (EPRT == fcmd))
1188 if((PORT == fcmd) && sa->sa_family != AF_INET)
1205 if(EPRT == fcmd) {
1214 result = Curl_pp_sendf(data, &ftpc->pp, "%s |%d|%s|%hu|", mode[fcmd],
1224 if(PORT == fcmd) {
1242 result = Curl_pp_sendf(data, &ftpc->pp, "%s %s", mode[fcmd], target);
1253 ftpc->count1 = fcmd;
2016 ftpport fcmd = (ftpport)ftpc->count1;
2024 if(EPRT == fcmd) {
2028 fcmd++;
2030 if(fcmd == DONE) {
2036 result = ftp_state_use_port(data, fcmd);