Home
last modified time | relevance | path

Searched refs:destroy_slice (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_service_api.cc60 destroy_slice(static_cast<grpc_slice*>( in grpc_gcp_handshaker_req_destroy()
62 destroy_slice(static_cast<grpc_slice*>( in grpc_gcp_handshaker_req_destroy()
66 destroy_slice(static_cast<grpc_slice*>( in grpc_gcp_handshaker_req_destroy()
70 destroy_slice(static_cast<grpc_slice*>( in grpc_gcp_handshaker_req_destroy()
73 destroy_slice(static_cast<grpc_slice*>(req->client_start.target_name.arg)); in grpc_gcp_handshaker_req_destroy()
88 destroy_slice(static_cast<grpc_slice*>( in grpc_gcp_handshaker_req_destroy()
92 destroy_slice(static_cast<grpc_slice*>( in grpc_gcp_handshaker_req_destroy()
95 destroy_slice(static_cast<grpc_slice*>(req->server_start.in_bytes.arg)); in grpc_gcp_handshaker_req_destroy()
98 destroy_slice(static_cast<grpc_slice*>(req->next.in_bytes.arg)); in grpc_gcp_handshaker_req_destroy()
468 destroy_slice(static_cast<grpc_slice*>(resp->out_frames.arg)); in grpc_gcp_handshaker_resp_destroy()
[all …]
Dalts_handshaker_service_api_util.cc44 destroy_slice(static_cast<grpc_slice*>(identity->hostname.arg)); in destroy_repeated_field_list_identity()
45 destroy_slice(static_cast<grpc_slice*>(identity->service_account.arg)); in destroy_repeated_field_list_identity()
56 destroy_slice((grpc_slice*)field->data); in destroy_repeated_field_list_string()
70 void destroy_slice(grpc_slice* slice) { in destroy_slice() function
Dalts_handshaker_service_api_util.h109 void destroy_slice(grpc_slice* slice);