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

/sssd/src/responder/common/cache_req/
H A Dcache_req_plugin.h117 struct cache_req_plugin { struct
175 extern struct cache_req_plugin cache_req_user_by_name;
176 extern struct cache_req_plugin cache_req_user_by_upn;
177 extern struct cache_req_plugin cache_req_user_by_id;
178 extern struct cache_req_plugin cache_req_group_by_name;
179 extern struct cache_req_plugin cache_req_group_by_id;
180 extern struct cache_req_plugin cache_req_initgroups_by_name;
181 extern struct cache_req_plugin cache_req_initgroups_by_upn;
182 extern struct cache_req_plugin cache_req_user_by_cert;
183 extern struct cache_req_plugin cache_req_user_by_filte
[all...]
H A Dcache_req_private.h37 struct cache_req_plugin *plugin;
H A Dcache_req.c27 #include "responder/common/cache_req/cache_req_plugin.h"
29 static struct cache_req_plugin *
32 static struct cache_req_plugin *plugins[CACHE_REQ_SENTINEL] = {
60 struct cache_req_plugin *plugin;
/sssd/src/responder/common/cache_req/plugins/
H A Dcache_req_group_by_id.c27 #include "responder/common/cache_req/cache_req_plugin.h"
105 struct cache_req_plugin cache_req_group_by_id = {
H A Dcache_req_initgroups_by_upn.c27 #include "responder/common/cache_req/cache_req_plugin.h"
106 struct cache_req_plugin cache_req_initgroups_by_upn = {
H A Dcache_req_object_by_sid.c27 #include "responder/common/cache_req/cache_req_plugin.h"
78 struct cache_req_plugin cache_req_object_by_sid = {
H A Dcache_req_user_by_cert.c27 #include "responder/common/cache_req/cache_req_plugin.h"
81 struct cache_req_plugin cache_req_user_by_cert = {
H A Dcache_req_user_by_id.c27 #include "responder/common/cache_req/cache_req_plugin.h"
105 struct cache_req_plugin cache_req_user_by_id = {
H A Dcache_req_user_by_upn.c27 #include "responder/common/cache_req/cache_req_plugin.h"
105 struct cache_req_plugin cache_req_user_by_upn = {
H A Dcache_req_group_by_filter.c27 #include "responder/common/cache_req/cache_req_plugin.h"
117 struct cache_req_plugin cache_req_group_by_filter = {
H A Dcache_req_user_by_filter.c27 #include "responder/common/cache_req/cache_req_plugin.h"
117 struct cache_req_plugin cache_req_user_by_filter = {
H A Dcache_req_group_by_name.c27 #include "responder/common/cache_req/cache_req_plugin.h"
155 struct cache_req_plugin cache_req_group_by_name = {
H A Dcache_req_initgroups_by_name.c27 #include "responder/common/cache_req/cache_req_plugin.h"
168 struct cache_req_plugin cache_req_initgroups_by_name = {
H A Dcache_req_user_by_name.c27 #include "responder/common/cache_req/cache_req_plugin.h"
155 struct cache_req_plugin cache_req_user_by_name = {

Completed in 234 milliseconds