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

/sssd/src/ldb_modules/
H A Dmemberof.c108 int next_child; member in struct:mbof_del_operation
2407 if (top->num_children == 0 || top->next_child >= top->num_children) {
2412 while (top->next_child < top->num_children) {
2413 cop = top->children[top->next_child];
2414 top->next_child++;

Completed in 31 milliseconds