Searched refs:cache_req_plugin (Results 1 - 23 of 23) sorted by relevance

/sssd-io/src/responder/common/cache_req/
H A Dcache_req_plugin.h222 struct cache_req_plugin { struct
297 extern const struct cache_req_plugin cache_req_user_by_name;
298 extern const struct cache_req_plugin cache_req_user_by_upn;
299 extern const struct cache_req_plugin cache_req_user_by_id;
300 extern const struct cache_req_plugin cache_req_group_by_name;
301 extern const struct cache_req_plugin cache_req_group_by_id;
302 extern const struct cache_req_plugin cache_req_initgroups_by_name;
303 extern const struct cache_req_plugin cache_req_initgroups_by_upn;
304 extern const struct cache_req_plugin cache_req_user_by_cert;
305 extern const struct cache_req_plugin cache_req_user_by_filte
[all...]
H A Dcache_req_private.h36 const struct cache_req_plugin *plugin;
H A Dcache_req.c30 #include "responder/common/cache_req/cache_req_plugin.h"
32 static const struct cache_req_plugin *
35 static const struct cache_req_plugin *plugins[CACHE_REQ_SENTINEL] = {
76 const struct cache_req_plugin *plugin;
/sssd-io/src/responder/common/cache_req/plugins/
H A Dcache_req_enum_svc.c28 #include "responder/common/cache_req/cache_req_plugin.h"
59 const struct cache_req_plugin cache_req_enum_svc = {
H A Dcache_req_enum_groups.c27 #include "responder/common/cache_req/cache_req_plugin.h"
66 const struct cache_req_plugin cache_req_enum_groups = {
H A Dcache_req_enum_users.c27 #include "responder/common/cache_req/cache_req_plugin.h"
66 const struct cache_req_plugin cache_req_enum_users = {
H A Dcache_req_host_by_name.c27 #include "responder/common/cache_req/cache_req_plugin.h"
79 const struct cache_req_plugin cache_req_host_by_name = {
H A Dcache_req_initgroups_by_upn.c27 #include "responder/common/cache_req/cache_req_plugin.h"
103 const struct cache_req_plugin cache_req_initgroups_by_upn = {
H A Dcache_req_user_by_cert.c27 #include "responder/common/cache_req/cache_req_plugin.h"
77 const struct cache_req_plugin cache_req_user_by_cert = {
H A Dcache_req_group_by_filter.c27 #include "responder/common/cache_req/cache_req_plugin.h"
114 const struct cache_req_plugin cache_req_group_by_filter = {
H A Dcache_req_netgroup_by_name.c27 #include "responder/common/cache_req/cache_req_plugin.h"
111 const struct cache_req_plugin cache_req_netgroup_by_name = {
H A Dcache_req_object_by_sid.c27 #include "responder/common/cache_req/cache_req_plugin.h"
103 const struct cache_req_plugin cache_req_object_by_sid = {
H A Dcache_req_user_by_filter.c27 #include "responder/common/cache_req/cache_req_plugin.h"
114 const struct cache_req_plugin cache_req_user_by_filter = {
H A Dcache_req_user_by_upn.c27 #include "responder/common/cache_req/cache_req_plugin.h"
108 const struct cache_req_plugin cache_req_user_by_upn = {
H A Dcache_req_group_by_id.c27 #include "responder/common/cache_req/cache_req_plugin.h"
195 const struct cache_req_plugin cache_req_group_by_id = {
H A Dcache_req_group_by_name.c27 #include "responder/common/cache_req/cache_req_plugin.h"
177 const struct cache_req_plugin cache_req_group_by_name = {
H A Dcache_req_object_by_id.c27 #include "responder/common/cache_req/cache_req_plugin.h"
184 const struct cache_req_plugin cache_req_object_by_id = {
H A Dcache_req_svc_by_name.c28 #include "responder/common/cache_req/cache_req_plugin.h"
135 const struct cache_req_plugin cache_req_svc_by_name = {
H A Dcache_req_svc_by_port.c28 #include "responder/common/cache_req/cache_req_plugin.h"
108 const struct cache_req_plugin cache_req_svc_by_port = {
H A Dcache_req_user_by_id.c27 #include "responder/common/cache_req/cache_req_plugin.h"
195 const struct cache_req_plugin cache_req_user_by_id = {
H A Dcache_req_initgroups_by_name.c27 #include "responder/common/cache_req/cache_req_plugin.h"
192 const struct cache_req_plugin cache_req_initgroups_by_name = {
H A Dcache_req_object_by_name.c27 #include "responder/common/cache_req/cache_req_plugin.h"
187 const struct cache_req_plugin cache_req_object_by_name = {
H A Dcache_req_user_by_name.c27 #include "responder/common/cache_req/cache_req_plugin.h"
182 const struct cache_req_plugin cache_req_user_by_name = {

Completed in 30 milliseconds