Searched refs:STRING_FTPPORT (Results 1 – 3 of 3) sorted by relevance
1454 STRING_FTPPORT, /* port to send with the FTP PORT command */ enumerator
2088 result = Curl_setstropt(&data->set.str[STRING_FTPPORT], ptr); in setopt_cptr()2089 data->set.ftp_use_port = !!(data->set.str[STRING_FTPPORT]); in setopt_cptr()
869 char *string_ftpport = data->set.str[STRING_FTPPORT]; in ftp_state_use_port()885 if(data->set.str[STRING_FTPPORT] && in ftp_state_use_port()886 (strlen(data->set.str[STRING_FTPPORT]) > 1)) { in ftp_state_use_port()
Completed in 24 milliseconds