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

/sssd/src/ldb_modules/
H A Dmemberof.c723 /* this target does not exists, save as missing */
1530 /* save real call stuff */
2386 struct mbof_dn *save, *tmp; local
2390 /* first of all, save the current delop in the history */
2391 save = talloc_zero(del_ctx, struct mbof_dn);
2392 if (!save) {
2395 save->dn = delop->entry_dn;
2400 tmp->next = save;
2402 del_ctx->history = save;
3222 /* save rea
[all...]

Completed in 1731 milliseconds