Searched defs:methods (Results 1 - 9 of 9) sorted by relevance
| /sssd/src/lib/winbind_idmap_sss/ |
| H A D | libdlopen-test-winbind-idmap.c | 28 struct idmap_methods *methods) 27 smb_register_idmap(int version, const char *name, struct idmap_methods *methods) argument
|
| H A D | winbind_idmap_sss.h | 71 struct idmap_methods *methods; member in struct:idmap_domain 97 struct idmap_methods *methods);
|
| /sssd/src/python/ |
| H A D | pysss_murmur.c | 57 static PyMethodDef methods[] = { variable 69 methods, 88 methods, sss_py_const_p(char, "murmur hash functions"));
|
| H A D | pysss_nss_idmap.c | 383 static PyMethodDef methods[] = { variable 403 methods, 423 methods,
|
| /sssd/src/tests/cmocka/data_provider/ |
| H A D | mock_dp.c | 31 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 D | dp_methods.c | 29 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 D | dp_private.h | 63 struct dp_method *methods; member in struct:dp_target
|
| /sssd/src/sbus/ |
| H A D | sssd_dbus_meta.h | 89 const struct sbus_method_meta *methods; member in struct:sbus_interface_meta
|
| H A D | sssd_dbus_introspect.c | 163 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