Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/filters/client_channel/
Dhttp_proxy.cc66 gpr_string_split(uri->authority, "@", &authority_strs, &authority_nstrs); in get_http_proxy_server()
142 gpr_string_split(no_proxy_str, NO_PROXY_SEPARATOR, &no_proxy_hosts, in proxy_mapper_map_name()
Duri_parser.cc160 gpr_string_split(uri->query, QUERY_PARTS_SEPARATOR, &uri->query_parts, in parse_query_parts()
168 gpr_string_split(full, QUERY_PARTS_VALUE_SEPARATOR, &query_param_parts, in parse_query_parts()
Dhttp_connect_handshaker.cc277 gpr_string_split(arg_header_string, "\n", &header_strings, in http_connect_handshaker_do_handshake()
/external/grpc-grpc/src/core/lib/gpr/
Dstring.h83 void gpr_string_split(const char* input, const char* sep, char*** strs,
Dstring.cc310 void gpr_string_split(const char* input, const char* sep, char*** strs, in gpr_string_split() function
/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.cc342 gpr_string_split(set_str, ",", &set, &set_size);
361 gpr_string_split(expected_targets, ";", &lbs_and_backends,