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

/sssd-io/src/providers/ipa/
H A Dipa_subdomains_ext_groups.c47 hash_table_t *ext_group_hash = NULL; local
67 ret = sss_hash_create(mem_ctx, reply_count, &ext_group_hash);
104 ret = hash_lookup(ext_group_hash, &key, &value);
124 ret = sss_hash_create(ext_group_hash, 5, &m_hash);
135 ret = hash_enter(ext_group_hash, &key, &value);
162 talloc_free(ext_group_hash);
164 *_ext_group_hash = ext_group_hash;
175 hash_table_t *ext_group_hash,
232 ret = hash_lookup(ext_group_hash, &key, &value);
570 hash_table_t *ext_group_hash; local
172 find_ipa_ext_memberships(TALLOC_CTX *mem_ctx, const char *user_name, struct sss_domain_info *user_dom, hash_table_t *ext_group_hash, struct ldb_dn **_user_dn, char ***_groups) argument
[all...]

Completed in 11 milliseconds