Searched defs:contenttype (Results 1 - 8 of 8) sorted by relevance

/external/curl/lib/
H A Dformdata.h33 char *contenttype; member in struct:FormInfo
H A Dformdata.c74 char *contenttype,
91 post->contenttype = contenttype;
130 char *contenttype,
138 if(contenttype)
139 form_info->contenttype = contenttype;
163 * Returns some valid contenttype for filename.
169 const char *contenttype = NULL; local
190 contenttype
71 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) argument
129 AddFormInfo(char *value, char *contenttype, FormInfo *parent_form_info) argument
500 const char *contenttype = local
[all...]
H A Dhttp.c3548 char *contenttype = Curl_copy_header_value(k->p); local
3549 if(!contenttype)
3551 if(!*contenttype)
3553 free(contenttype);
3555 Curl_safefree(data->info.contenttype);
3556 data->info.contenttype = contenttype;
H A Dmime.c1686 const char *contenttype,
1709 contenttype = customct;
1712 if(!contenttype) {
1715 contenttype = MULTIPART_CONTENTTYPE_DEFAULT;
1718 contenttype = ContentTypeForFilename(part->filename);
1719 if(!contenttype)
1720 contenttype = ContentTypeForFilename(part->data);
1721 if(!contenttype && part->filename)
1722 contenttype = FILE_CONTENTTYPE_DEFAULT;
1725 contenttype
1685 Curl_mime_prepare_headers(curl_mimepart *part, const char *contenttype, const char *disposition, enum mimestrategy strategy) argument
1946 Curl_mime_prepare_headers(curl_mimepart *part, const char *contenttype, const char *disposition, enum mimestrategy strategy) argument
[all...]
H A Durldata.h1038 char *contenttype; /* the content type of the object */ member in struct:PureInfo
/external/curl/docs/examples/
H A Dcurlx.c282 char *contenttype; local
495 contenttype = malloc(15 + strlen(mimetype));
496 snprintf(contenttype, 15 + strlen(mimetype), "Content-type: %s", mimetype);
497 headers = curl_slist_append(headers, contenttype);
/external/google-breakpad/src/third_party/curl/
H A Dcurl.h146 char *contenttype; /* Content-Type */ member in struct:curl_httppost
/external/curl/include/curl/
H A Dcurl.h166 char *contenttype; /* Content-Type */ member in struct:curl_httppost

Completed in 201 milliseconds