Searched refs:grpc_gcp_handshaker_req_create (Results 1 – 4 of 4) sorted by relevance
36 grpc_gcp_handshaker_req* req = grpc_gcp_handshaker_req_create(NEXT_REQ); in main()50 req = grpc_gcp_handshaker_req_create(CLIENT_START_REQ); in main()81 req = grpc_gcp_handshaker_req_create(SERVER_START_REQ); in main()
88 grpc_gcp_handshaker_req_create(CLIENT_START_REQ); in get_serialized_start_client()143 grpc_gcp_handshaker_req_create(SERVER_START_REQ); in get_serialized_start_server()189 grpc_gcp_handshaker_req* req = grpc_gcp_handshaker_req_create(NEXT_REQ); in get_serialized_next()
76 grpc_gcp_handshaker_req* grpc_gcp_handshaker_req_create(
29 grpc_gcp_handshaker_req* grpc_gcp_handshaker_req_create( in grpc_gcp_handshaker_req_create() function