Searched defs:contenttype (Results 1 – 2 of 2) sorted by relevance
55 #define HTTP_CONTENT_TYPE(contenttype) "Content-Type: "contenttype"\r\n\r\n" argument56 #define HTTP_CONTENT_TYPE_ENCODING(contenttype, encoding) "Content-Type: "contenttype"\r\nContent-E… argument
150 unsigned int contenttype, versionhi, versionlo, data; in async_write() local