Searched refs:pathLen (Results 1 – 1 of 1) sorted by relevance
3196 size_t pathLen = 0; in ftp_done() local3244 result = Curl_urldecode(ftp->path, 0, &rawPath, &pathLen, in ftp_done()3262 pathLen = 0; /* relative path => working directory is FTP home */ in ftp_done()3265 pathLen -= ftpc->file ? strlen(ftpc->file) : 0; in ftp_done()3267 rawPath[pathLen] = '\0'; in ftp_done()4122 size_t pathLen = 0; in ftp_parse_url_path() local4128 result = Curl_urldecode(ftp->path, 0, &rawPath, &pathLen, REJECT_CTRL); in ftp_parse_url_path()4137 if((pathLen > 0) && (rawPath[pathLen - 1] != '/')) in ftp_parse_url_path()4241 size_t n = pathLen; in ftp_parse_url_path()
Completed in 18 milliseconds