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

/sssd/src/ldb_modules/
H A Dmemberof.c144 struct mbof_mod_ctx *mod_ctx; member in struct:mbof_mod_del_op
2309 static int mbof_mod_add(struct mbof_mod_ctx *mod_ctx,
2828 static int mbof_collect_child_ghosts(struct mbof_mod_ctx *mod_ctx);
2832 static int mbof_orig_mod(struct mbof_mod_ctx *mod_ctx);
2835 static int mbof_inherited_mod(struct mbof_mod_ctx *mod_ctx);
2838 static int mbof_mod_process(struct mbof_mod_ctx *mod_ctx, bool *done);
2850 static int mbof_mod_delete(struct mbof_mod_ctx *mod_ctx,
2868 struct mbof_mod_ctx *mod_ctx; local
2907 mod_ctx = talloc_zero(ctx, struct mbof_mod_ctx);
2908 if (!mod_ctx) {
2947 struct mbof_mod_ctx *mod_ctx; local
3008 mbof_collect_child_ghosts(struct mbof_mod_ctx *mod_ctx) argument
3170 mbof_orig_mod(struct mbof_mod_ctx *mod_ctx) argument
3195 struct mbof_mod_ctx *mod_ctx; local
3253 mbof_inherited_mod(struct mbof_mod_ctx *mod_ctx) argument
3336 struct mbof_mod_ctx *mod_ctx; local
3381 mbof_mod_process(struct mbof_mod_ctx *mod_ctx, bool *done) argument
3632 mbof_mod_add(struct mbof_mod_ctx *mod_ctx, struct mbof_dn_array *ael, struct mbof_val_array *addgh) argument
3694 mbof_mod_delete(struct mbof_mod_ctx *mod_ctx, struct mbof_dn_array *del, struct mbof_val_array *delgh) argument
[all...]

Completed in 38 milliseconds