Searched defs:simple_ctx (Results 1 - 2 of 2) sorted by relevance
/sssd/src/providers/simple/ |
H A D | simple_access.h | 27 struct simple_ctx { struct 41 struct simple_ctx *ctx,
|
H A D | simple_access.c | 111 int simple_access_obtain_filter_lists(struct simple_ctx *ctx) 182 struct simple_ctx *simple_ctx, 210 if ((now - simple_ctx->last_refresh_of_filter_lists) 213 ret = simple_access_obtain_filter_lists(simple_ctx); 220 simple_ctx->last_refresh_of_filter_lists = now; 223 subreq = simple_access_check_send(state, params->ev, simple_ctx, pd->user); 290 struct simple_ctx *ctx; 292 ctx = talloc_zero(mem_ctx, struct simple_ctx); 304 struct simple_ctx, struc 181 simple_access_handler_send(TALLOC_CTX *mem_ctx, struct simple_ctx *simple_ctx, struct pam_data *pd, struct dp_req_params *params) argument [all...] |
Completed in 9 milliseconds