Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.c4195 size_t compLen = slashPos - curPos; in ftp_parse_url_path() local
4198 if((compLen == 0) && (ftpc->dirdepth == 0)) in ftp_parse_url_path()
4199 ++compLen; in ftp_parse_url_path()
4204 if(compLen > 0) { in ftp_parse_url_path()
4205 char *comp = Curl_memdup0(curPos, compLen); in ftp_parse_url_path()

Completed in 63 milliseconds