HomeSort by relevance Sort by last modified time
    Searched full:port_sep (Results 1 - 1 of 1) sorted by null

  /external/curl/lib/
ftp.c 977 char *port_sep = NULL; local
1023 port_sep = strchr(port_start, '-');
1024 if(port_sep) {
1025 port_max = curlx_ultous(strtoul(port_sep + 1, NULL, 10));
    [all...]

Completed in 86 milliseconds