Searched refs:STRING_FTPPORT (Results 1 – 3 of 3) sorted by relevance
927 char *string_ftpport = data->set.str[STRING_FTPPORT]; in ftp_state_use_port()943 if(data->set.str[STRING_FTPPORT] && in ftp_state_use_port()944 (strlen(data->set.str[STRING_FTPPORT]) > 1)) { in ftp_state_use_port()
1270 result = Curl_setstropt(&data->set.str[STRING_FTPPORT], in Curl_vsetopt()1272 data->set.ftp_use_port = !!(data->set.str[STRING_FTPPORT]); in Curl_vsetopt()
1553 STRING_FTPPORT, /* port to send with the FTP PORT command */ enumerator