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

/sssd/src/ldb_modules/
H A Dmemberof.c1301 struct mbof_del_operation **nextop);
2317 struct mbof_del_operation *nextop; local
2348 ret = mbof_del_get_next(delop, &nextop);
2355 if (nextop) {
2356 return mbof_del_execute_op(nextop);
2382 struct mbof_del_operation **nextop)
2424 *nextop = cop;
2431 *nextop = NULL;
2381 mbof_del_get_next(struct mbof_del_operation *delop, struct mbof_del_operation **nextop) argument

Completed in 1265 milliseconds