Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.c3356 size_t pathLen = 0; in ftp_done() local
3404 result = Curl_urldecode(ftp->path, 0, &rawPath, &pathLen, in ftp_done()
3422 pathLen = 0; /* relative path => working directory is FTP home */ in ftp_done()
3424 pathLen -= ftpc->file?strlen(ftpc->file):0; /* file is url-decoded */ in ftp_done()
3426 rawPath[pathLen] = '\0'; in ftp_done()
4280 size_t pathLen = 0; in ftp_parse_url_path() local
4286 result = Curl_urldecode(ftp->path, 0, &rawPath, &pathLen, REJECT_CTRL); in ftp_parse_url_path()
4295 if((pathLen > 0) && (rawPath[pathLen - 1] != '/')) in ftp_parse_url_path()
4399 size_t n = pathLen; in ftp_parse_url_path()

Completed in 13 milliseconds