Searched refs:global_ncache_add_fn (Results 1 - 13 of 13) sorted by relevance

/sssd/src/responder/common/cache_req/
H A Dcache_req_plugin.h168 cache_req_global_ncache_add_fn global_ncache_add_fn; member in struct:cache_req_plugin
H A Dcache_req.c204 if (cr->plugin->global_ncache_add_fn == NULL) {
214 ret = cr->plugin->global_ncache_add_fn(cr->ncache, cr->data);
/sssd/src/responder/common/cache_req/plugins/
H A Dcache_req_group_by_id.c119 .global_ncache_add_fn = cache_req_group_by_id_global_ncache_add,
H A Dcache_req_initgroups_by_upn.c120 .global_ncache_add_fn = NULL,
H A Dcache_req_object_by_sid.c92 .global_ncache_add_fn = cache_req_object_by_sid_global_ncache_add,
H A Dcache_req_user_by_cert.c95 .global_ncache_add_fn = cache_req_user_by_cert_global_ncache_add,
H A Dcache_req_user_by_id.c119 .global_ncache_add_fn = cache_req_user_by_id_global_ncache_add,
H A Dcache_req_user_by_upn.c119 .global_ncache_add_fn = NULL,
H A Dcache_req_group_by_filter.c131 .global_ncache_add_fn = NULL,
H A Dcache_req_user_by_filter.c131 .global_ncache_add_fn = NULL,
H A Dcache_req_group_by_name.c169 .global_ncache_add_fn = NULL,
H A Dcache_req_initgroups_by_name.c182 .global_ncache_add_fn = NULL,
H A Dcache_req_user_by_name.c169 .global_ncache_add_fn = NULL,

Completed in 58 milliseconds