Lines Matching defs:next
51 struct mbof_dn *next;
65 struct mbof_add_operation *next;
357 lastop = lastop->next;
367 } while (lastop->next);
380 lastop->next = addop;
610 else if (add_ctx->current_op->next) {
611 /* next operation */
612 ret = mbof_next_add(add_ctx->current_op->next);
728 /* now try the next operation */
729 if (add_ctx->current_op->next) {
730 ret = mbof_next_add(add_ctx->current_op->next);
840 /* already contains all parents as memberof, skip to next */
845 if (addop->next) {
846 return mbof_next_add(addop->next);
991 mdn->next = add_ctx->missing;
1013 for (iter = add_ctx->missing; iter; iter = iter->next) {
1034 for (i = 0, iter = add_ctx->missing; iter; iter = iter->next, i++) {
1274 * that the attribute is displayed next time the group is requested, we also
2083 /* ok process the next one */
2347 /* finally find the next entry to handle */
2399 while (tmp->next) tmp = tmp->next;
2400 tmp->next = save;
2405 /* Find next one */
2408 /* no children, go for next one */
2417 for (tmp = del_ctx->history; tmp; tmp = tmp->next) {
3227 /* next step */
3855 struct mbof_member *next;
4148 for (iter = ctx->group_list; iter; iter = iter->next) {
4413 /* take the next entry and remove it from the list */
4418 /* take the next entry and remove it from the list */
4501 /* fire next call */
4544 /* update the next one */