Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/filters/client_channel/
Duri_parser.cc192 size_t authority_begin = NOT_SET; in grpc_uri_parse() local
222 authority_begin = scheme_end + 3; in grpc_uri_parse()
223 for (i = authority_begin; uri_text[i] != 0 && authority_end == NOT_SET; in grpc_uri_parse()
278 decode_and_copy_component(uri_text, authority_begin, authority_end); in grpc_uri_parse()