Lines Matching defs:methods
29 void _dp_set_method(struct dp_method *methods,
46 if (methods[method].send_fn != NULL) {
58 methods[method].send_fn = send_fn;
59 methods[method].recv_fn = recv_fn;
60 methods[method].method_data = method_data;
62 methods[method].method_dtype = method_dtype;
63 methods[method].request_dtype = request_dtype;
64 methods[method].output_dtype = output_dtype;
65 methods[method].output_size = output_size;
92 if (dp_target->methods[method].send_fn == NULL) {
117 execute = &provider->targets[target]->methods[method];