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

/sssd/src/providers/ldap/
H A Dldap_id_cleanup.c47 struct ldap_id_cleanup_ctx *cleanup_ctx = NULL; local
49 cleanup_ctx = talloc_get_type(pvt, struct ldap_id_cleanup_ctx);
50 return ldap_id_cleanup(cleanup_ctx->ctx->opts, cleanup_ctx->sdom);
59 struct ldap_id_cleanup_ctx *cleanup_ctx = NULL; local
74 cleanup_ctx = talloc_zero(sdom, struct ldap_id_cleanup_ctx);
75 if (cleanup_ctx == NULL) {
80 cleanup_ctx->ctx = id_ctx;
81 cleanup_ctx->sdom = sdom;
83 name = talloc_asprintf(cleanup_ctx, "Cleanu
[all...]

Completed in 4079 milliseconds