Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.c1045 char *string_ftpport = data->set.str[STRING_FTPPORT]; in ftp_state_use_port() local
1066 if(*string_ftpport == '[') { in ftp_state_use_port()
1068 char *ip_start = string_ftpport + 1; in ftp_state_use_port()
1077 if(*string_ftpport == ':') { in ftp_state_use_port()
1079 ip_end = string_ftpport; in ftp_state_use_port()
1082 ip_end = strchr(string_ftpport, ':'); in ftp_state_use_port()
1083 addr = string_ftpport; in ftp_state_use_port()
1086 addrlen = ip_end - string_ftpport; in ftp_state_use_port()
1088 if(Curl_inet_pton(AF_INET6, string_ftpport, &sa6->sin6_addr) == 1) { in ftp_state_use_port()
1097 addrlen = strlen(string_ftpport); in ftp_state_use_port()

Completed in 13 milliseconds