Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.c1028 char *port_sep = NULL; in ftp_state_use_port() local
1069 if((port_sep = strchr(port_start, '-')) != NULL) { in ftp_state_use_port()
1070 port_max = curlx_ultous(strtoul(port_sep + 1, NULL, 10)); in ftp_state_use_port()