Searched refs:routerconf (Results 1 – 4 of 4) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_worker_test.cc | 54 RouterConfig routerconf; in test_shrpx_worker_match_downstream_addr_group() local 56 auto &router = routerconf.router; in test_shrpx_worker_match_downstream_addr_group() 57 auto &wcrouter = routerconf.rev_wildcard_router; in test_shrpx_worker_match_downstream_addr_group() 58 auto &wp = routerconf.wildcard_patterns; in test_shrpx_worker_match_downstream_addr_group() 66 routerconf, StringRef::from_lit("nghttp2.org"), in test_shrpx_worker_match_downstream_addr_group() 71 routerconf, StringRef::from_lit("nghttp2.org:8080"), in test_shrpx_worker_match_downstream_addr_group() 76 routerconf, StringRef::from_lit("WWW.nghttp2.org"), in test_shrpx_worker_match_downstream_addr_group() 80 routerconf, StringRef::from_lit("nghttp2.org"), in test_shrpx_worker_match_downstream_addr_group() 86 routerconf, StringRef::from_lit("nghttp2.org"), in test_shrpx_worker_match_downstream_addr_group() 91 routerconf, StringRef::from_lit("nghttp2.org"), in test_shrpx_worker_match_downstream_addr_group() [all …]
|
D | shrpx_worker.cc | 581 const RouterConfig &routerconf, const StringRef &host, in match_downstream_addr_group_host() argument 586 const auto &router = routerconf.router; in match_downstream_addr_group_host() 587 const auto &rev_wildcard_router = routerconf.rev_wildcard_router; in match_downstream_addr_group_host() 588 const auto &wildcard_patterns = routerconf.wildcard_patterns; in match_downstream_addr_group_host() 660 const RouterConfig &routerconf, const StringRef &hostport, in match_downstream_addr_group() argument 680 return match_downstream_addr_group_host(routerconf, hostport, path, groups, in match_downstream_addr_group() 712 return match_downstream_addr_group_host(routerconf, host, path, groups, in match_downstream_addr_group()
|
D | shrpx_config.cc | 1093 auto &routerconf = downstreamconf.router; in parse_mapping() local 1094 auto &router = routerconf.router; in parse_mapping() 1095 auto &rw_router = routerconf.rev_wildcard_router; in parse_mapping() 1096 auto &wildcard_patterns = routerconf.wildcard_patterns; in parse_mapping() 4013 auto &routerconf = downstreamconf.router; in configure_downstream_group() local 4014 auto &router = routerconf.router; in configure_downstream_group()
|
D | shrpx_client_handler.cc | 895 auto &routerconf = downstreamconf.router; in get_downstream_connection() local 958 group_idx = match_downstream_addr_group(routerconf, authority, path, groups, in get_downstream_connection()
|