Lines Matching full:fcmd
967 ftpport fcmd) /* start with this */
1246 for(; fcmd != DONE; fcmd++) {
1248 if(!conn->bits.ftp_use_eprt && (EPRT == fcmd))
1252 if((PORT == fcmd) && sa->sa_family != AF_INET)
1269 if(EPRT == fcmd) {
1278 result = Curl_pp_sendf(&ftpc->pp, "%s |%d|%s|%hu|", mode[fcmd],
1293 else if(PORT == fcmd) {
1309 result = Curl_pp_sendf(&ftpc->pp, "%s %s", mode[fcmd], tmp);
1323 ftpc->count1 = fcmd;
2107 ftpport fcmd = (ftpport)ftpc->count1;
2115 if(EPRT == fcmd) {
2119 fcmd++;
2121 if(fcmd == DONE) {
2127 result = ftp_state_use_port(conn, fcmd);