Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.c887 char *ip_end = NULL; in ftp_state_use_port() local
893 ip_end = strchr(ip_start, ']'); in ftp_state_use_port()
894 if(ip_end) { in ftp_state_use_port()
895 addrlen = ip_end - ip_start; in ftp_state_use_port()
903 ip_end = string_ftpport; in ftp_state_use_port()
906 ip_end = strchr(string_ftpport, ':'); in ftp_state_use_port()
908 if(ip_end) { in ftp_state_use_port()
910 addrlen = ip_end - string_ftpport; in ftp_state_use_port()
915 ip_end = NULL; /* this got no port ! */ in ftp_state_use_port()
925 if(ip_end) { in ftp_state_use_port()
[all …]

Completed in 10 milliseconds