Searched refs:grpc_rb_call (Results 1 – 1 of 1) sorted by relevance
82 typedef struct grpc_rb_call { struct85 } grpc_rb_call; argument87 static void destroy_call(grpc_rb_call* call) { in destroy_call()102 destroy_call((grpc_rb_call*)p); in grpc_rb_call_destroy()153 grpc_rb_call* call = NULL; in grpc_rb_call_cancel()160 TypedData_Get_Struct(self, grpc_rb_call, &grpc_call_data_type, call); in grpc_rb_call_cancel()177 grpc_rb_call* call = NULL; in grpc_rb_call_cancel_with_status()191 TypedData_Get_Struct(self, grpc_rb_call, &grpc_call_data_type, call); in grpc_rb_call_cancel_with_status()207 grpc_rb_call* call = NULL; in grpc_rb_call_close()208 TypedData_Get_Struct(self, grpc_rb_call, &grpc_call_data_type, call); in grpc_rb_call_close()[all …]