Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dftp.c927 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()
Dsetopt.c1270 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()
Durldata.h1553 STRING_FTPPORT, /* port to send with the FTP PORT command */ enumerator