Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_operhlp.h36 CURLcode get_url_file_name(char **filename, const char *url);
Dtool_operhlp.c130 CURLcode get_url_file_name(char **filename, const char *url) in get_url_file_name() function
Dtool_operate.c570 result = get_url_file_name(&outfile, this_url); in operate_do()