Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.c1063 char *ip_end = NULL; in ftp_state_use_port() local
1069 ip_end = strchr(ip_start, ']'); in ftp_state_use_port()
1070 if(ip_end) { in ftp_state_use_port()
1071 addrlen = ip_end - ip_start; 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()
1084 if(ip_end) { in ftp_state_use_port()
1086 addrlen = ip_end - string_ftpport; in ftp_state_use_port()
1091 ip_end = NULL; /* this got no port ! */ in ftp_state_use_port()
1101 if(ip_end) { in ftp_state_use_port()
[all …]

Completed in 14 milliseconds