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

/sssd/src/ldb_modules/
H A Dmemberof.c126 struct mbof_dn *history; member in struct:mbof_del_ctx
2390 /* first of all, save the current delop in the history */
2397 if (del_ctx->history) {
2398 tmp = del_ctx->history;
2402 del_ctx->history = save;
2417 for (tmp = del_ctx->history; tmp; tmp = tmp->next) {

Completed in 2436 milliseconds