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

/sssd/src/ldb_modules/
H A Dmemberof.c3875 struct mbof_rcmp_context { struct
3914 static int mbof_rcmp_search_groups(struct mbof_rcmp_context *ctx);
3917 static int mbof_member_update(struct mbof_rcmp_context *ctx,
3922 static int mbof_rcmp_update(struct mbof_rcmp_context *ctx);
3932 struct mbof_rcmp_context *ctx;
3936 ctx = talloc_zero(req, struct mbof_rcmp_context);
3963 struct mbof_rcmp_context *ctx;
3970 ctx = talloc_get_type(req->context, struct mbof_rcmp_context);
4033 static int mbof_rcmp_search_groups(struct mbof_rcmp_context *ctx)
4064 struct mbof_rcmp_context *ct
[all...]

Completed in 36 milliseconds