/aosp_15_r20/external/grpc-grpc/src/php/ext/grpc/ |
H A D | server.c | 130 char *method_text = grpc_slice_to_c_string(details.method); in PHP_METHOD() 131 char *host_text = grpc_slice_to_c_string(details.host); in PHP_METHOD()
|
H A D | call.c | 508 char *status_details_text = grpc_slice_to_c_string(recv_status_details); in PHP_METHOD()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | bin_decoder.cc | 196 char* s = grpc_slice_to_c_string(input); in grpc_chttp2_base64_decode() 243 char* s = grpc_slice_to_c_string(input); in grpc_chttp2_base64_decode_with_length()
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
H A D | bin_decoder.cc | 196 char* s = grpc_slice_to_c_string(input); in grpc_chttp2_base64_decode() 243 char* s = grpc_slice_to_c_string(input); in grpc_chttp2_base64_decode_with_length()
|
/aosp_15_r20/external/grpc-grpc/test/core/security/ |
H A D | security_connector_test.cc | 676 char* roots_contents = grpc_slice_to_c_string(roots); in test_default_ssl_roots() 686 roots_contents = grpc_slice_to_c_string(roots); in test_default_ssl_roots() 697 roots_contents = grpc_slice_to_c_string(roots); in test_default_ssl_roots()
|
H A D | print_google_default_creds_token.cc | 54 token = grpc_slice_to_c_string(GRPC_MDVALUE(sync->md_array.md[0])); in on_metadata_response()
|
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/ |
H A D | rb_call.c | 416 tmp_str = grpc_slice_to_c_string(key_slice); in grpc_rb_md_ary_fill_hash_cb() 435 tmp_str = grpc_slice_to_c_string(value_slice); in grpc_rb_md_ary_fill_hash_cb() 451 tmp_str = grpc_slice_to_c_string(value_slice); in grpc_rb_md_ary_fill_hash_cb()
|
H A D | rb_compression_options.c | 181 char* name_slice_str = grpc_slice_to_c_string(name_slice); in grpc_rb_compression_options_algorithm_name_to_value_internal()
|
H A D | rb_channel.c | 504 tmp_str = grpc_slice_to_c_string(method_slice); in grpc_rb_channel_create_call()
|
/aosp_15_r20/external/grpc-grpc/include/grpc/ |
H A D | slice.h | 154 GPRAPI char* grpc_slice_to_c_string(grpc_slice s);
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/ |
D | slice.h | 155 GPRAPI char* grpc_slice_to_c_string(grpc_slice s);
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/ |
D | slice.h | 155 GPRAPI char* grpc_slice_to_c_string(grpc_slice s);
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/ |
H A D | channel_trace.cc | 143 char* description = grpc_slice_to_c_string(data_); in RenderTraceEvent()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/ |
D | channel_trace.cc | 143 char* description = grpc_slice_to_c_string(data_); in RenderTraceEvent()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/ |
D | grpc.def | 205 grpc_slice_to_c_string
|
/aosp_15_r20/external/grpc-grpc/ |
H A D | grpc.def | 208 grpc_slice_to_c_string
|
/aosp_15_r20/external/grpc-grpc/src/core/service_config/ |
H A D | service_config_impl.cc | 187 UniquePtr<char> path_str(grpc_slice_to_c_string(path)); in GetMethodParsedConfigVector()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/service_config/ |
D | service_config_impl.cc | 187 UniquePtr<char> path_str(grpc_slice_to_c_string(path)); in GetMethodParsedConfigVector()
|
/aosp_15_r20/external/grpc-grpc/src/objective-c/GRPCClient/private/GRPCCore/ |
H A D | NSDictionary+GRPC.mm | 76 char *key = grpc_slice_to_c_string(entry->key);
|
H A D | GRPCWrappedCall.mm | 217 char *details = grpc_slice_to_c_string(strongSelf->_details);
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/cronet/transport/ |
D | cronet_transport.cc | 772 char* key = grpc_slice_to_c_string(key_slice.c_slice()); in Encode() 776 value = grpc_slice_to_c_string(wire_value); in Encode() 779 value = grpc_slice_to_c_string(value_slice.c_slice()); in Encode()
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/cronet/transport/ |
H A D | cronet_transport.cc | 789 char* key = grpc_slice_to_c_string(key_slice.c_slice()); in Encode() 793 value = grpc_slice_to_c_string(wire_value); in Encode() 796 value = grpc_slice_to_c_string(value_slice.c_slice()); in Encode()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/slice/ |
D | slice.cc | 35 char* grpc_slice_to_c_string(grpc_slice slice) { in grpc_slice_to_c_string() function
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/slice/ |
H A D | slice.cc | 35 char* grpc_slice_to_c_string(grpc_slice slice) { in grpc_slice_to_c_string() function
|
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
H A D | alts_handshaker_client.cc | 472 grpc_slice_to_c_string(client->handshake_status_details); in on_status_received()
|