Searched refs:has_client_start (Results 1 – 4 of 4) sorted by relevance
35 req->has_client_start = true; in grpc_gcp_handshaker_req_create()51 if (req->has_client_start) { in grpc_gcp_handshaker_req_destroy()106 if (req == nullptr || !req->has_client_start) { in grpc_gcp_handshaker_req_set_handshake_protocol()119 if (req == nullptr || target_name == nullptr || !req->has_client_start) { in grpc_gcp_handshaker_req_set_target_name()141 if (req->has_client_start) { in grpc_gcp_handshaker_req_add_application_protocol()159 if (req == nullptr || record_protocol == nullptr || !req->has_client_start) { in grpc_gcp_handshaker_req_add_record_protocol()189 if (req == nullptr || hostname == nullptr || !req->has_client_start) { in grpc_gcp_handshaker_req_add_target_identity_hostname()208 if (req == nullptr || service_account == nullptr || !req->has_client_start) { in grpc_gcp_handshaker_req_add_target_identity_service_account()227 if (req == nullptr || hostname == nullptr || !req->has_client_start) { in grpc_gcp_handshaker_req_set_local_identity_hostname()240 if (req == nullptr || service_account == nullptr || !req->has_client_start) { in grpc_gcp_handshaker_req_set_local_identity_service_account()[all …]
137 bool has_client_start; member
29 req->has_client_start = true; in grpc_gcp_handshaker_decoded_req_create()572 } else if (l_req->has_client_start && r_req->has_client_start) { in grpc_gcp_handshaker_req_equals()
98 if (request.has_client_start()) { in ProcessRequest()