Searched refs:contenttype (Results 1 – 11 of 11) sorted by relevance
74 char *contenttype, in AddHttpPost() argument96 post->contenttype = contenttype; in AddHttpPost()144 if(contenttype) in AddFormInfo()145 form_info->contenttype = contenttype; in AddFormInfo()447 const char *contenttype = in FormAdd() local451 if(contenttype) { in FormAdd()475 if(contenttype) { in FormAdd()476 current_form->contenttype = strdup(contenttype); in FormAdd()574 !form->contenttype) { in FormAdd()586 if(!form->contenttype) { in FormAdd()[all …]
37 char *contenttype; member
1750 if(contenttype && strncasecompare(contenttype, target, len)) in content_type_match()1751 switch(contenttype[len]) { in content_type_match()1788 contenttype = customct; in Curl_mime_prepare_headers()1791 if(!contenttype) { in Curl_mime_prepare_headers()1798 if(!contenttype) in Curl_mime_prepare_headers()1800 if(!contenttype && part->filename) in Curl_mime_prepare_headers()1801 contenttype = FILE_CONTENTTYPE_DEFAULT; in Curl_mime_prepare_headers()1814 else if(contenttype && !customct && in Curl_mime_prepare_headers()1817 contenttype = NULL; in Curl_mime_prepare_headers()1823 (contenttype && !strncasecompare(contenttype, "multipart/", 10))) in Curl_mime_prepare_headers()[all …]
151 const char *contenttype,
74 free(info->contenttype); in Curl_initinfo()75 info->contenttype = NULL; in Curl_initinfo()132 *param_charp = data->info.contenttype; in getinfo_char()
2893 char *contenttype = Curl_copy_header_value(hd); in Curl_http_header() local2894 if(!contenttype) in Curl_http_header()2896 if(!*contenttype) in Curl_http_header()2898 free(contenttype); in Curl_http_header()2900 Curl_safefree(data->info.contenttype); in Curl_http_header()2901 data->info.contenttype = contenttype; in Curl_http_header()
1030 char *contenttype; /* the content type of the object */ member
293 Curl_safefree(data->info.contenttype); in Curl_close()
238 /* Add simple name/content/contenttype section */252 /* Add name/ptrcontent/contenttype section */262 /* Add file/contenttype section */
189 char *contenttype; /* Content-Type */ member
2342 d contenttype * char *
Completed in 66 milliseconds