Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.c4151 size_t dirlen = slashPos - rawPath; in ftp_parse_url_path() local
4152 if(dirlen == 0) in ftp_parse_url_path()
4153 dirlen = 1; in ftp_parse_url_path()
4161 ftpc->dirs[0] = Curl_memdup0(rawPath, dirlen); in ftp_parse_url_path()

Completed in 15 milliseconds