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

/sssd/src/ldb_modules/
H A Dmemberof.c350 struct mbof_add_operation *addop; local
370 addop = talloc_zero(add_ctx, struct mbof_add_operation);
371 if (!addop) {
375 addop->add_ctx = add_ctx;
376 addop->parents = parents;
377 addop->entry_dn = entry_dn;
380 lastop->next = addop;
382 add_ctx->add_list = addop;
444 static int mbof_next_add(struct mbof_add_operation *addop);
447 static int mbof_add_operation(struct mbof_add_operation *addop);
640 mbof_next_add(struct mbof_add_operation *addop) argument
673 struct mbof_add_operation *addop; local
767 mbof_add_operation(struct mbof_add_operation *addop) argument
[all...]

Completed in 1538 milliseconds