Searched refs:modeoff (Results 1 – 1 of 1) sorted by relevance
1247 int modeoff; in ftp_state_use_pasv() local1256 modeoff = conn->bits.ftp_use_epsv ? 0 : 1; in ftp_state_use_pasv()1258 result = Curl_pp_sendf(data, &ftpc->pp, "%s", mode[modeoff]); in ftp_state_use_pasv()1260 ftpc->count1 = modeoff; in ftp_state_use_pasv()
Completed in 11 milliseconds