Searched defs:HttpHeader (Results 1 - 3 of 3) sorted by relevance

/external/qemu/proxy/
H A Dproxy_http_rewriter.c65 /* HttpHeader is a simple structure used to hold a (key,value)
68 typedef struct HttpHeader { struct
69 struct HttpHeader* next;
72 } HttpHeader; typedef in typeref:struct:HttpHeader
75 http_header_free( HttpHeader* h )
84 http_header_append( HttpHeader* h, const char* value )
96 static HttpHeader*
100 HttpHeader* h = malloc(sizeof(*h) + len+1);
117 HttpHeader* first;
118 HttpHeader* las
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dhttpcommon.h83 enum HttpHeader { enum in namespace:rtc
132 const char* ToString(HttpHeader header);
133 bool FromString(HttpHeader& header, const std::string& str);
143 bool HttpHeaderIsEndToEnd(HttpHeader header);
144 bool HttpHeaderIsCollapsible(HttpHeader header);
332 // Convenience methods using HttpHeader
333 inline void changeHeader(HttpHeader header, const std::string& value,
337 inline void addHeader(HttpHeader header, const std::string& value,
341 inline void setHeader(HttpHeader header, const std::string& value,
345 inline void clearHeader(HttpHeader heade
[all...]
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js5395 function HttpHeader() {} class
5399 HttpHeader.prototype.name;
5403 HttpHeader.prototype.value;
5407 HttpHeader.prototype.binaryValue;
5412 * @typedef {Array.<!HttpHeader>}

Completed in 2757 milliseconds