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
1758 if(contenttype && strncasecompare(contenttype, target, len)) in content_type_match()1759 switch(contenttype[len]) { in content_type_match()1796 contenttype = customct; in Curl_mime_prepare_headers()1799 if(!contenttype) { in Curl_mime_prepare_headers()1806 if(!contenttype) in Curl_mime_prepare_headers()1808 if(!contenttype && part->filename) in Curl_mime_prepare_headers()1809 contenttype = FILE_CONTENTTYPE_DEFAULT; in Curl_mime_prepare_headers()1822 else if(contenttype && !customct && in Curl_mime_prepare_headers()1825 contenttype = NULL; in Curl_mime_prepare_headers()1831 (contenttype && !strncasecompare(contenttype, "multipart/", 10))) in Curl_mime_prepare_headers()[all …]
151 const char *contenttype,
76 free(info->contenttype); in Curl_initinfo()77 info->contenttype = NULL; in Curl_initinfo()134 *param_charp = data->info.contenttype; in getinfo_char()
3021 char *contenttype = Curl_copy_header_value(hd); in http_header() local3022 if(!contenttype) in http_header()3024 if(!*contenttype) in http_header()3026 free(contenttype); in http_header()3028 Curl_safefree(data->info.contenttype); in http_header()3029 data->info.contenttype = contenttype; in http_header()
997 char *contenttype; /* the content type of the object */ member
289 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 61 milliseconds