Searched defs:no_index (Results 1 - 8 of 8) sorted by relevance
/third_party/nghttp2/src/ |
H A D | http2.cc | 281 to_header(const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen, bool no_index, int32_t token) to_header() argument 289 add_header(Headers &nva, const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen, bool no_index, int32_t token) add_header() argument 319 make_nv_internal(const std::string &name, const std::string &value, bool no_index, uint8_t nv_flags) make_nv_internal() argument 332 make_nv_internal(const StringRef &name, const StringRef &value, bool no_index, uint8_t nv_flags) make_nv_internal() argument 344 make_nv(const std::string &name, const std::string &value, bool no_index) make_nv() argument 349 make_nv(const StringRef &name, const StringRef &value, bool no_index) make_nv() argument 354 make_nv_nocopy(const std::string &name, const std::string &value, bool no_index) make_nv_nocopy() argument 361 make_nv_nocopy(const StringRef &name, const StringRef &value, bool no_index) make_nv_nocopy() argument [all...] |
H A D | http2.h | 69 bool no_index; member 90 bool no_index; member [all...] |
H A D | shrpx_downstream.cc | 443 add_header(size_t &sum, HeaderRefs &headers, const StringRef &name, const StringRef &value, bool no_index, int32_t token) add_header() argument 535 add_header_token(const StringRef &name, const StringRef &value, bool no_index, int32_t token) add_header_token() argument 562 add_trailer_token(const StringRef &name, const StringRef &value, bool no_index, int32_t token) add_trailer_token() argument
|
H A D | shrpx_http3_upstream.cc | 2162 auto no_index = flags & NGHTTP3_NV_FLAG_NEVER_INDEX; in http_recv_request_header() local
|
H A D | shrpx_http2_upstream.cc | 213 auto no_index = flags & NGHTTP2_NV_FLAG_NO_INDEX; in on_header_callback2() local
|
H A D | shrpx_http2_session.cc | 943 auto no_index = flags & NGHTTP2_NV_FLAG_NO_INDEX; in on_header_callback2() local
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.h | 261 uint8_t no_index; member
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_hd.h | 261 uint8_t no_index; member
|
Completed in 17 milliseconds