Searched refs:has_server_start (Results 1 – 4 of 4) sorted by relevance
38 req->has_server_start = true; in grpc_gcp_handshaker_req_create()74 } else if (req->has_server_start) { in grpc_gcp_handshaker_req_destroy()377 if (req == nullptr || record_protocol == nullptr || !req->has_server_start) { in grpc_gcp_handshaker_req_param_add_record_protocol()395 if (req == nullptr || hostname == nullptr || !req->has_server_start) { in grpc_gcp_handshaker_req_param_add_local_identity_hostname()416 if (req == nullptr || service_account == nullptr || !req->has_server_start) { in grpc_gcp_handshaker_req_param_add_local_identity_service_account()
139 bool has_server_start; member
47 req->has_server_start = true; in grpc_gcp_handshaker_decoded_req_create()575 } else if (l_req->has_server_start && r_req->has_server_start) { in grpc_gcp_handshaker_req_equals()
101 } else if (request.has_server_start()) { in ProcessRequest()