Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_operhlp.h34 char *add_file_name_to_url(CURL *curl, char *url, const char *filename);
Dtool_operhlp.c74 char *add_file_name_to_url(CURL *curl, char *url, const char *filename) in add_file_name_to_url() function
Dtool_operate.c632 this_url = add_file_name_to_url(curl, this_url, uploadfile); in operate_do()