Searched defs:ctx_list (Results 1 - 1 of 1) sorted by relevance

/sssd/src/providers/simple/
H A Dsimple_access.c120 char ***ctx_list; member in struct:__anon15
127 lists[0].ctx_list = &ctx->allow_users;
128 lists[1].ctx_list = &ctx->deny_users;
129 lists[2].ctx_list = &ctx->allow_groups;
130 lists[3].ctx_list = &ctx->deny_groups;
144 *lists[i].ctx_list = NULL;
152 lists[i].ctx_list);

Completed in 8 milliseconds