Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/filters/client_channel/
Dparse_address.cc129 size_t host_without_scope_len = static_cast<size_t>(host_end - host); in grpc_parse_ipv6_hostport() local
131 if (host_without_scope_len > GRPC_INET6_ADDRSTRLEN) { in grpc_parse_ipv6_hostport()
137 host_without_scope_len, GRPC_INET6_ADDRSTRLEN); in grpc_parse_ipv6_hostport()
141 strncpy(host_without_scope, host, host_without_scope_len); in grpc_parse_ipv6_hostport()
142 host_without_scope[host_without_scope_len] = '\0'; in grpc_parse_ipv6_hostport()
151 strlen(host) - host_without_scope_len - 1, in grpc_parse_ipv6_hostport()