Searched defs:methods (Results 1 - 9 of 9) sorted by relevance

/sssd/src/lib/winbind_idmap_sss/
H A Dlibdlopen-test-winbind-idmap.c28 struct idmap_methods *methods)
27 smb_register_idmap(int version, const char *name, struct idmap_methods *methods) argument
H A Dwinbind_idmap_sss.h71 struct idmap_methods *methods; member in struct:idmap_domain
97 struct idmap_methods *methods);
/sssd/src/python/
H A Dpysss_murmur.c57 static PyMethodDef methods[] = { variable
69 methods,
88 methods, sss_py_const_p(char, "murmur hash functions"));
H A Dpysss_nss_idmap.c383 static PyMethodDef methods[] = { variable
403 methods,
423 methods,
/sssd/src/tests/cmocka/data_provider/
H A Dmock_dp.c31 struct dp_method *methods; local
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; local
94 methods = provider->targets[target]->methods;
95 assert_non_null(methods);
97 return methods;
[all...]
/sssd/src/providers/data_provider/
H A Ddp_methods.c29 void _dp_set_method(struct dp_method *methods, argument
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[metho
[all...]
H A Ddp_private.h63 struct dp_method *methods; member in struct:dp_target
/sssd/src/sbus/
H A Dsssd_dbus_meta.h89 const struct sbus_method_meta *methods; member in struct:sbus_interface_meta
H A Dsssd_dbus_introspect.c163 const struct sbus_method_meta *methods)
169 if (methods == NULL) {
173 for (i = 0; methods[i].name != NULL; i++) {
174 method = &methods[i];
276 ret = sbus_introspect_generate_methods(file, meta->methods);
162 sbus_introspect_generate_methods(FILE *file, const struct sbus_method_meta *methods) argument

Completed in 38 milliseconds