Home
last modified time | relevance | path

Searched defs:contenttype (Results 1 – 8 of 8) sorted by relevance

/third_party/lwip/src/apps/http/
Dhttpd_structs.h55 #define HTTP_CONTENT_TYPE(contenttype) "Content-Type: "contenttype"\r\n\r\n" argument
56 #define HTTP_CONTENT_TYPE_ENCODING(contenttype, encoding) "Content-Type: "contenttype"\r\nContent-E… argument
/third_party/curl/lib/
Dformdata.c72 char *contenttype, in AddHttpPost()
133 char *contenttype, in AddFormInfo()
444 const char *contenttype = in FormAdd() local
Dformdata.h37 char *contenttype; member
Dmime.c1745 static bool content_type_match(const char *contenttype, in content_type_match()
1763 const char *contenttype, in Curl_mime_prepare_headers()
Dhttp.c3547 char *contenttype = Curl_copy_header_value(headp); in Curl_http_header() local
Durldata.h1124 char *contenttype; /* the content type of the object */ member
/third_party/openssl/test/
Dasynciotest.c150 unsigned int contenttype, versionhi, versionlo, data; in async_write() local
/third_party/curl/include/curl/
Dcurl.h194 char *contenttype; /* Content-Type */ member