Lines Matching defs:mbof_add_ctx
64 struct mbof_add_ctx *add_ctx;
78 struct mbof_add_ctx {
345 static int mbof_append_addop(struct mbof_add_ctx *add_ctx,
388 static int mbof_add_fill_ghop_ex(struct mbof_add_ctx *add_ctx,
448 static int mbof_add_fill_ghop(struct mbof_add_ctx *add_ctx,
451 static int mbof_add_missing(struct mbof_add_ctx *add_ctx, struct ldb_dn *dn);
452 static int mbof_add_cleanup(struct mbof_add_ctx *add_ctx);
455 static int mbof_add_muop(struct mbof_add_ctx *add_ctx);
462 struct mbof_add_ctx *add_ctx;
502 add_ctx = talloc_zero(ctx, struct mbof_add_ctx);
568 struct mbof_add_ctx *add_ctx;
572 add_ctx = talloc_get_type(req->context, struct mbof_add_ctx);
647 struct mbof_add_ctx *add_ctx;
674 struct mbof_add_ctx *add_ctx;
772 struct mbof_add_ctx *add_ctx;
964 static int mbof_add_fill_ghop(struct mbof_add_ctx *add_ctx,
980 static int mbof_add_missing(struct mbof_add_ctx *add_ctx, struct ldb_dn *dn)
998 static int mbof_add_cleanup(struct mbof_add_ctx *add_ctx)
1057 struct mbof_add_ctx *add_ctx;
1061 add_ctx = talloc_get_type(req->context, struct mbof_add_ctx);
1107 static int mbof_add_muop(struct mbof_add_ctx *add_ctx)
1146 struct mbof_add_ctx *add_ctx;
1150 add_ctx = talloc_get_type(req->context, struct mbof_add_ctx);
3638 struct mbof_add_ctx *add_ctx;
3654 add_ctx = talloc_zero(mod_ctx, struct mbof_add_ctx);