Searched refs:HttpHeader (Results 1 - 12 of 12) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpcommon.h100 enum HttpHeader { enum in namespace:talk_base
149 const char* ToString(HttpHeader header);
150 bool FromString(HttpHeader& header, const std::string& str);
160 bool HttpHeaderIsEndToEnd(HttpHeader header);
161 bool HttpHeaderIsCollapsible(HttpHeader header);
349 // Convenience methods using HttpHeader
350 inline void changeHeader(HttpHeader header, const std::string& value,
354 inline void addHeader(HttpHeader header, const std::string& value,
358 inline void setHeader(HttpHeader header, const std::string& value,
362 inline void clearHeader(HttpHeader heade
[all...]
H A Dhttpcommon.cc142 ENUM(HttpHeader, kHttpHeaders);
160 const char* ToString(HttpHeader header) {
161 return Enum<HttpHeader>::Name(header);
164 bool FromString(HttpHeader& header, const std::string& str) {
165 return Enum<HttpHeader>::Parse(header, str);
187 bool HttpHeaderIsEndToEnd(HttpHeader header) {
204 bool HttpHeaderIsCollapsible(HttpHeader header) {
439 HttpHeader header;
H A Dhttpbase.cc51 bool MatchHeader(const char* str, size_t len, HttpHeader header) {
H A Dhttpclient.cc216 HttpHeader header;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dhttpcommon.h100 enum HttpHeader { enum in namespace:talk_base
149 const char* ToString(HttpHeader header);
150 bool FromString(HttpHeader& header, const std::string& str);
160 bool HttpHeaderIsEndToEnd(HttpHeader header);
161 bool HttpHeaderIsCollapsible(HttpHeader header);
349 // Convenience methods using HttpHeader
350 inline void changeHeader(HttpHeader header, const std::string& value,
354 inline void addHeader(HttpHeader header, const std::string& value,
358 inline void setHeader(HttpHeader header, const std::string& value,
362 inline void clearHeader(HttpHeader heade
[all...]
H A Dhttpcommon.cc142 ENUM(HttpHeader, kHttpHeaders);
160 const char* ToString(HttpHeader header) {
161 return Enum<HttpHeader>::Name(header);
164 bool FromString(HttpHeader& header, const std::string& str) {
165 return Enum<HttpHeader>::Parse(header, str);
187 bool HttpHeaderIsEndToEnd(HttpHeader header) {
204 bool HttpHeaderIsCollapsible(HttpHeader header) {
439 HttpHeader header;
H A Dhttpbase.cc51 bool MatchHeader(const char* str, size_t len, HttpHeader header) {
H A Dhttpclient.cc218 HttpHeader header;
/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/chrome_frame/test/
H A Dheader_test.cc159 INSTANTIATE_TEST_CASE_P(HttpHeader, HeaderTest, testing::Values(
H A Dtest_with_web_server.h37 static CFInvocation HttpHeader() { return CFInvocation(HTTP_HEADER); } function in class:CFInvocation
H A Dnavigation_test.cc42 INSTANTIATE_TEST_CASE_P(HttpHeader, FullTabNavigationTest, testing::Values(
1006 server_mock_.ExpectAndServeAnyRequests(CFInvocation::HttpHeader());

Completed in 197 milliseconds