Home
last modified time | relevance | path

Searched refs:vhost_index (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/filters/client_channel/resolver/xds/
H A Dxds_resolver.cc774 auto vhost_index = XdsRouting::FindVirtualHostForDomain( in OnRouteConfigUpdate() local
776 if (!vhost_index.has_value()) { in OnRouteConfigUpdate()
783 current_virtual_host_ = std::move(rds_update.virtual_hosts[*vhost_index]); in OnRouteConfigUpdate()
/dports/net/gmid/gmid-1.7.5/
H A Dgmid.h348 const char *vhost_index(struct vhost*, const char*);
H A Dserver.c140 vhost_index(struct vhost *v, const char *path) in vhost_index() function
844 len = strlcat(c->sbuf, vhost_index(c->host, c->iri.path), in open_dir()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/xds/
H A Dxds_server_config_fetcher.cc1105 auto vhost_index = XdsRouting::FindVirtualHostForDomain( in GetCallConfig() local
1107 if (!vhost_index.has_value()) { in GetCallConfig()
1115 auto& virtual_host = virtual_hosts_[vhost_index.value()]; in GetCallConfig()