Home
last modified time | relevance | path

Searched refs:STRING_FTPPORT (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/lib/
Durldata.h1521 STRING_FTPPORT, /* port to send with the FTP PORT command */ enumerator
Dftp.c943 char *string_ftpport = data->set.str[STRING_FTPPORT]; in ftp_state_use_port()
957 if(data->set.str[STRING_FTPPORT] && in ftp_state_use_port()
958 (strlen(data->set.str[STRING_FTPPORT]) > 1)) { in ftp_state_use_port()
Dsetopt.c1208 result = Curl_setstropt(&data->set.str[STRING_FTPPORT], in Curl_vsetopt()
1210 data->set.ftp_use_port = (data->set.str[STRING_FTPPORT]) ? TRUE : FALSE; in Curl_vsetopt()