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

  /external/curl/lib/
formdata.h 64 char *showfilename; /* The file name to show. If not set, the actual member in struct:FormInfo
formdata.c 85 char *showfilename, char *userp,
101 post->showfilename = showfilename;
567 if(current_form->showfilename)
570 current_form->showfilename = strdup(filename);
571 if(!current_form->showfilename)
602 Curl_safefree(ptr->showfilename);
637 form->showfilename : form->value;
683 form->contentheader, form->showfilename,
716 Curl_safefree(ptr->showfilename);
    [all...]
  /external/curl/src/
tool_setopt.c 420 if(pp->showfilename) {
422 escaped = c_escape(pp->showfilename);
  /external/curl/include/curl/
curl.h 170 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 301 milliseconds