Home | History | Annotate | Download | only in lib

Lines Matching defs:contenttype

2485       char *contentType;
2487 contentType = Curl_formpostheader((void *)&http->form,
2489 if(!contentType) {
2494 result = Curl_add_buffer(req_buffer, contentType, linelength);
3486 char *contenttype = Curl_copy_header_value(k->p);
3487 if(!contenttype)
3489 if(!*contenttype)
3491 free(contenttype);
3493 Curl_safefree(data->info.contenttype);
3494 data->info.contenttype = contenttype;