Searched refs:authority_begin (Results 1 – 1 of 1) sorted by relevance
192 size_t authority_begin = NOT_SET; in grpc_uri_parse() local222 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()