Searched refs:ldap_enum_ctx (Results 1 - 3 of 3) sorted by relevance

/sssd-io/src/providers/ldap/
H A Dldap_id_enum.c44 struct ldap_enum_ctx *ectx;
88 ectx = talloc(sdom, struct ldap_enum_ctx);
117 struct ldap_enum_ctx *ectx;
134 struct ldap_enum_ctx *ectx;
144 ectx = talloc_get_type(pvt, struct ldap_enum_ctx);
146 DEBUG(SSSDBG_CRIT_FAILURE, "Cannot retrieve ldap_enum_ctx!\n");
H A Dldap_common.h213 * send_fn's pvt parameter will be a pointer to ldap_enum_ctx
216 struct ldap_enum_ctx { struct
/sssd-io/src/providers/ad/
H A Dad_id.c509 struct ldap_enum_ctx *ectx;
534 struct ldap_enum_ctx *ectx;
540 ectx = talloc_get_type(pvt, struct ldap_enum_ctx);
542 DEBUG(SSSDBG_CRIT_FAILURE, "Cannot retrieve ldap_enum_ctx!\n");

Completed in 46 milliseconds