Searched refs:gpr_string_split (Results 1 – 11 of 11) 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/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
| D | http_proxy.cc | 86 gpr_string_split(uri->authority().c_str(), "@", &authority_strs, in GetHttpProxyServer() 153 gpr_string_split(no_proxy_str, NO_PROXY_SEPARATOR, &no_proxy_hosts, in MapName()
|
| D | http_connect_handshaker.cc | 308 gpr_string_split(arg_header_string, "\n", &header_strings, in DoHandshake()
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/ |
| D | string.h | 89 void gpr_string_split(const char* input, const char* sep, char*** strs,
|
| D | string.cc | 300 void gpr_string_split(const char* input, const char* sep, char*** strs, in gpr_string_split() function
|
| /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/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/fake/ |
| D | fake_security_connector.cc | 157 gpr_string_split(set_str, ",", &set, &set_size); in fake_check_target() 174 gpr_string_split(expected_targets_, ";", &lbs_and_backends, in fake_secure_name_check()
|
| /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,
|