Searched refs:showfilename (Results 1 - 3 of 3) sorted by relevance
/third_party/curl/lib/ |
H A D | formdata.c | 75 char *showfilename, char *userp, in AddHttpPost() 96 post->showfilename = showfilename; in AddHttpPost() 504 if(current_form->showfilename) in FormAdd() 507 current_form->showfilename = strdup(filename); in FormAdd() 508 if(!current_form->showfilename) in FormAdd() 539 Curl_safefree(ptr->showfilename); in FormAdd() 573 form->showfilename : form->value; in FormAdd() 636 form->contentheader, form->showfilename, in FormAdd() 668 Curl_safefree(ptr->showfilename); in FormAdd() 69 AddHttpPost(char *name, size_t namelength, char *value, curl_off_t contentslength, char *buffer, size_t bufferlength, char *contenttype, long flags, struct curl_slist *contentHeader, char *showfilename, char *userp, struct curl_httppost *parent_post, struct curl_httppost **httppost, struct curl_httppost **last_post) AddHttpPost() argument [all...] |
H A D | formdata.h | 41 char *showfilename; /* The file name to show. If not set, the actual member
|
/third_party/curl/include/curl/ |
H A D | curl.h | 210 char *showfilename; /* The file name to show. If not set, the member
|
Completed in 9 milliseconds