Searched refs:HeaderRef (Results 1 – 5 of 5) sorted by relevance
/third_party/nghttp2/src/ |
D | http2.h | 72 struct HeaderRef { struct 73 HeaderRef(const StringRef &name, const StringRef &value, 77 HeaderRef() : token(-1), no_index(false) {} in HeaderRef() function 79 bool operator==(const HeaderRef &other) const { 83 bool operator<(const HeaderRef &rhs) const { 94 using HeaderRefs = std::vector<HeaderRef>; argument 271 void erase_header(HeaderRef *hd);
|
D | shrpx_downstream_test.cc | 75 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()
|
D | http2_test.cc | 49 void check_nv(const HeaderRef &a, const nghttp2_nv *b) { in check_nv()
|
D | http2.cc | 626 void erase_header(HeaderRef *hd) { in erase_header()
|
D | shrpx_config.cc | 378 HeaderRef(StringRef{name_iov.base, p}, in parse_header()
|