HomeSort by relevance Sort by last modified time
    Searched refs:showfilename (Results 1 - 5 of 5) sorted by null

  /external/curl/lib/
formdata.h 63 char *showfilename; /* The file name to show. If not set, the actual member in struct:FormInfo
formdata.c 84 char *showfilename, char *userp,
100 post->showfilename = showfilename;
566 if(current_form->showfilename)
569 current_form->showfilename = strdup(filename);
570 if(!current_form->showfilename)
601 Curl_safefree(ptr->showfilename);
636 form->showfilename : form->value;
682 form->contentheader, form->showfilename,
715 Curl_safefree(ptr->showfilename);
    [all...]
  /external/curl/src/
tool_setopt.c 407 if(pp->showfilename) {
409 escaped = c_escape(pp->showfilename);
  /external/curl/include/curl/
curl.h 166 char *showfilename; /* The file name to show. If not set, the member in struct:curl_httppost
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 165 char *showfilename; /* The file name to show. If not set, the member in struct:curl_httppost
    [all...]

Completed in 636 milliseconds