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

/sssd/src/ldb_modules/
H A Dmemberof.c137 int cur_ghop; member in struct:mbof_del_ctx
2694 msg->dn = del_ctx->ghops[del_ctx->cur_ghop].dn;
2696 ret = ldb_msg_add(msg, del_ctx->ghops[del_ctx->cur_ghop].el,
2765 del_ctx->cur_ghop++;
2766 if (del_ctx->cur_ghop < del_ctx->num_ghops) {

Completed in 806 milliseconds