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

/sssd/src/ldb_modules/
H A Dmemberof.c1289 static int mbof_del_execute_op(struct mbof_del_operation *delop);
1292 static int mbof_del_execute_cont(struct mbof_del_operation *delop);
1293 static int mbof_del_ancestors(struct mbof_del_operation *delop);
1296 static int mbof_del_mod_entry(struct mbof_del_operation *delop);
1299 static int mbof_del_progeny(struct mbof_del_operation *delop);
1300 static int mbof_del_get_next(struct mbof_del_operation *delop,
1312 static void free_delop_contents(struct mbof_del_operation *delop);
1736 struct mbof_del_operation *delop; local
1738 delop = talloc_zero(parent, struct mbof_del_operation);
1739 if (!delop) {
1761 mbof_del_execute_op(struct mbof_del_operation *delop) argument
1813 struct mbof_del_operation *delop; local
1897 mbof_del_execute_cont(struct mbof_del_operation *delop) argument
1947 mbof_del_ancestors(struct mbof_del_operation *delop) argument
1980 struct mbof_del_operation *delop; local
2100 mbof_del_mod_entry(struct mbof_del_operation *delop) argument
2262 struct mbof_del_operation *delop; local
2313 mbof_del_progeny(struct mbof_del_operation *delop) argument
2381 mbof_del_get_next(struct mbof_del_operation *delop, struct mbof_del_operation **nextop) argument
2794 free_delop_contents(struct mbof_del_operation *delop) argument
[all...]

Completed in 18 milliseconds