Searched refs:contenttype (Results 1 - 11 of 11) sorted by relevance
/third_party/curl/lib/ |
H A D | formdata.c | 72 char *contenttype, in AddHttpPost() 94 post->contenttype = contenttype; in AddHttpPost() 133 char *contenttype, in AddFormInfo() 142 if(contenttype) in AddFormInfo() 143 form_info->contenttype = contenttype; in AddFormInfo() 444 const char *contenttype = in FormAdd() local 446 if(current_form->contenttype) { in FormAdd() 448 if(contenttype) { in FormAdd() 69 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) AddHttpPost() argument 132 AddFormInfo(char *value, char *contenttype, struct FormInfo *parent_form_info) AddFormInfo() argument [all...] |
H A D | mime.c | 1741 static bool content_type_match(const char *contenttype, in content_type_match() argument 1744 if(contenttype && strncasecompare(contenttype, target, len)) in content_type_match() 1745 switch(contenttype[len]) { in content_type_match() 1759 const char *contenttype, in Curl_mime_prepare_headers() 1782 contenttype = customct; in Curl_mime_prepare_headers() 1785 if(!contenttype) { in Curl_mime_prepare_headers() 1788 contenttype = MULTIPART_CONTENTTYPE_DEFAULT; in Curl_mime_prepare_headers() 1791 contenttype = Curl_mime_contenttype(part->filename); in Curl_mime_prepare_headers() 1792 if(!contenttype) in Curl_mime_prepare_headers() 1757 Curl_mime_prepare_headers(struct Curl_easy *data, curl_mimepart *part, const char *contenttype, const char *disposition, enum mimestrategy strategy) Curl_mime_prepare_headers() argument [all...] |
H A D | formdata.h | 37 char *contenttype; member
|
H A D | getinfo.c | 73 free(info->contenttype); in Curl_initinfo() 74 info->contenttype = NULL; in Curl_initinfo() 132 *param_charp = data->info.contenttype; in getinfo_char()
|
H A D | mime.h | 151 const char *contenttype,
|
H A D | http.c | 3472 char *contenttype = Curl_copy_header_value(headp); in Curl_http_header() local 3473 if(!contenttype) in Curl_http_header() 3475 if(!*contenttype) in Curl_http_header() 3477 free(contenttype); in Curl_http_header() 3479 Curl_safefree(data->info.contenttype); in Curl_http_header() 3480 data->info.contenttype = contenttype; in Curl_http_header()
|
H A D | urldata.h | 1133 char *contenttype; /* the content type of the object */ member
|
H A D | url.c | 298 Curl_safefree(data->info.contenttype); in Curl_close()
|
/third_party/lwip/src/apps/http/ |
H A D | httpd_structs.h | 55 #define HTTP_CONTENT_TYPE(contenttype) "Content-Type: "contenttype"\r\n\r\n" 56 #define HTTP_CONTENT_TYPE_ENCODING(contenttype, encoding) "Content-Type: "contenttype"\r\nContent-Encoding: "encoding"\r\n\r\n"
|
/third_party/openssl/test/ |
H A D | asynciotest.c | 150 unsigned int contenttype, versionhi, versionlo, data; in async_write() local 153 if (!PACKET_get_1(&pkt, &contenttype) in async_write() 163 if (contenttype == SSL3_RT_HANDSHAKE in async_write() 218 smallrec[CONTENTTYPEPOS] = contenttype; in async_write() 231 if (contenttype == SSL3_RT_CHANGE_CIPHER_SPEC in async_write()
|
/third_party/curl/include/curl/ |
H A D | curl.h | 185 char *contenttype; /* Content-Type */ member
|
Completed in 29 milliseconds