Lines Matching defs:methods
31 struct dp_method *methods;
33 methods = talloc_zero_array(mem_ctx, struct dp_method,
35 assert_non_null(methods);
37 return methods;
56 targets[type]->methods = mock_dp_methods(targets[type]);
88 struct dp_method *methods;
94 methods = provider->targets[target]->methods;
95 assert_non_null(methods);
97 return methods;