Searched refs:group_hash (Results 1 - 5 of 5) sorted by relevance
/sssd-io/src/providers/ldap/ |
H A D | sdap_async_private.h | 168 hash_table_t *group_hash, size_t nesting);
|
H A D | sdap_async_initgroups.c | 1573 hash_table_t *group_hash; member in struct:sdap_initgr_rfc2307bis_state 1631 ret = sss_hash_create(state, 32, &state->group_hash); 1818 state->group_hash, 0); 1911 hash_table_t *group_hash; member in struct:rfc2307bis_group_memberships_state 1932 hret = hash_values(state->group_hash, &count, &values); 1996 membership_state->group_hash = state->group_hash; 1998 hret = hash_iterate(state->group_hash, 2238 hash_table_t *group_hash; member in struct:sdap_rfc2307bis_nested_ctx 2254 hash_table_t *group_hash, size_ 2248 rfc2307bis_nested_groups_send( TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sdap_options *opts, struct sysdb_ctx *sysdb, struct sss_domain_info *dom, struct sdap_handle *sh, struct sdap_search_base **search_bases, struct sysdb_attrs **groups, size_t num_groups, hash_table_t *group_hash, size_t nesting) argument [all...] |
H A D | sdap_async_initgroups_ad.c | 1439 hash_table_t *group_hash; member in struct:sdap_ad_get_domain_local_groups_state 1479 ret = sss_hash_create(state, 32, &state->group_hash); 1533 state->group_hash, 0); 1772 hret = hash_values(state->group_hash, &count, &values);
|
H A D | sdap_async_groups.c | 1813 hash_table_t *group_hash; member in struct:sdap_get_groups_state
|
/sssd-io/src/providers/ipa/ |
H A D | ipa_subdomains_ext_groups.c | 189 hash_table_t *group_hash; local 211 ret = sss_hash_create(tmp_ctx, 10, &group_hash); 245 ret = hash_enter(group_hash, &entry->key, &entry->value); 259 g_count = hash_count(group_hash); 273 iter = new_hash_iter_context(group_hash);
|
Completed in 31 milliseconds