Home
last modified time | relevance | path

Searched refs:DownstreamAddrGroupConfig (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_config.h574 struct DownstreamAddrGroupConfig { struct
575 DownstreamAddrGroupConfig(const StringRef &pattern) in DownstreamAddrGroupConfig() argument
1011 std::vector<DownstreamAddrGroupConfig> addr_groups;
Dshrpx_config.cc4437 DownstreamAddrGroupConfig g(StringRef::from_lit("/")); in configure_downstream_group()