Lines Matching refs:showfilename
75 char *showfilename, char *userp,
96 post->showfilename = showfilename;
504 if(current_form->showfilename)
507 current_form->showfilename = strdup(filename);
508 if(!current_form->showfilename)
539 Curl_safefree(ptr->showfilename);
573 form->showfilename : form->value;
636 form->contentheader, form->showfilename,
668 Curl_safefree(ptr->showfilename);
767 free(form->showfilename); /* free the faked file name */
919 if(!result && post->showfilename)
922 result = curl_mime_filename(part, post->showfilename);