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

/sssd/src/ldb_modules/
H A Dmemberof.c63 struct mbof_add_operation { struct
65 struct mbof_add_operation *next;
81 struct mbof_add_operation *add_list;
82 struct mbof_add_operation *current_op;
349 struct mbof_add_operation *lastop = NULL;
350 struct mbof_add_operation *addop;
370 addop = talloc_zero(add_ctx, struct mbof_add_operation);
444 static int mbof_next_add(struct mbof_add_operation *addop);
447 static int mbof_add_operation(struct mbof_add_operation *addo
767 static int mbof_add_operation(struct mbof_add_operation *addop) function
[all...]

Completed in 1762 milliseconds