Searched refs:contenttype (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dformdata.c81 char *contenttype,
98 post->contenttype = contenttype;
137 char *contenttype,
145 if(contenttype)
146 form_info->contenttype = contenttype;
172 * Returns some valid contenttype for filename.
178 const char *contenttype = NULL; local
199 contenttype
78 AddHttpPost(char *name, size_t namelength, char *value, size_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
136 AddFormInfo(char *value, char *contenttype, FormInfo *parent_form_info) argument
533 const char *contenttype = local
[all...]
H A Dformdata.h58 char *contenttype; member in struct:FormInfo
H A Dgetinfo.c58 if(info->contenttype)
59 free(info->contenttype);
60 info->contenttype = NULL;
187 *param_charp = data->info.contenttype;
H A Dhttp.c3197 char *contenttype = copy_header_value(k->p); local
3198 if(!contenttype)
3200 if(!*contenttype)
3202 free(contenttype);
3204 Curl_safefree(data->info.contenttype);
3205 data->info.contenttype = contenttype;
H A Durldata.h987 char *contenttype; /* the content type of the object */ member in struct:PureInfo
H A Durl.c509 Curl_safefree(data->info.contenttype);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/docs/examples/
H A Dcurlx.c271 char* contenttype; local
445 contenttype = malloc(15+strlen(mimetype));
446 sprintf(contenttype,"Content-type: %s",mimetype);
447 headers = curl_slist_append(headers,contenttype);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/include/curl/
H A Dcurl.h141 char *contenttype; /* Content-Type */ member in struct:curl_httppost
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tmp/include/curl/
H A Dcurl.h141 char *contenttype; /* Content-Type */ member in struct:curl_httppost

Completed in 142 milliseconds