Searched refs:gpr_string_split (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | http_proxy.cc | 66 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()
|
D | uri_parser.cc | 160 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()
|
D | http_connect_handshaker.cc | 277 gpr_string_split(arg_header_string, "\n", &header_strings, in http_connect_handshaker_do_handshake()
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | string.h | 83 void gpr_string_split(const char* input, const char* sep, char*** strs,
|
D | string.cc | 310 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/ |
D | security_connector.cc | 342 gpr_string_split(set_str, ",", &set, &set_size); 361 gpr_string_split(expected_targets, ";", &lbs_and_backends,
|