Home
last modified time | relevance | path

Searched refs:HeaderRef (Results 1 - 5 of 5) sorted by relevance

/third_party/nghttp2/src/
H A Dhttp2.h72 struct HeaderRef { struct
73 HeaderRef(const StringRef &name, const StringRef &value, in HeaderRef() function
77 HeaderRef() : token(-1), no_index(false) {} in HeaderRef() function
79 bool operator==(const HeaderRef &other) const { in operator ==()
83 bool operator<(const HeaderRef &rhs) const { in operator <()
94 using HeaderRefs = std::vector<HeaderRef>;
271 void erase_header(HeaderRef *hd);
H A Dshrpx_downstream_test.cc75 CU_ASSERT(HeaderRef(StringRef{":authority"}, StringRef{"1"}) == in test_downstream_field_store_header()
80 CU_ASSERT(HeaderRef(StringRef{"alpha"}, StringRef{"0"}) == in test_downstream_field_store_header()
112 return HeaderRef(StringRef{nv.name, nv.namelen}, in test_downstream_crumble_request_cookie()
H A Dhttp2_test.cc49 void check_nv(const HeaderRef &a, const nghttp2_nv *b) { in check_nv()
H A Dhttp2.cc626 void erase_header(HeaderRef *hd) { in erase_header()
H A Dshrpx_config.cc378 HeaderRef(StringRef{name_iov.base, p}, in parse_header()

Completed in 13 milliseconds