Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.c3180 const char *path_to_use = data->state.path; in ftp_done() local
3229 result = Curl_urldecode(data, path_to_use, 0, &path, NULL, FALSE); in ftp_done()
4179 const char *path_to_use = data->state.path; in ftp_parse_url_path() local
4183 cur_pos = path_to_use; /* current position in path. point at the begin of in ftp_parse_url_path()
4200 if(path_to_use[0] && in ftp_parse_url_path()
4201 (path_to_use[strlen(path_to_use) - 1] != '/') ) in ftp_parse_url_path()
4202 filename = path_to_use; /* this is a full file path */ in ftp_parse_url_path()
4215 if(!path_to_use[0]) { in ftp_parse_url_path()
4256 if(!strcmp(path_to_use, "/")) { in ftp_parse_url_path()