Lines Matching refs:group_hash
1573 hash_table_t *group_hash;
1631 ret = sss_hash_create(state, 32, &state->group_hash);
1818 state->group_hash, 0);
1911 hash_table_t *group_hash;
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;
2254 hash_table_t *group_hash, size_t nesting)
2284 state->group_hash = group_hash;
2384 ret = hash_lookup(state->group_hash, &key, &value);
2613 /* Steal the nested group entry on the group_hash context so it can
2615 talloc_steal(state->group_hash, ngr);
2620 hret = hash_enter(state->group_hash, &key, &value);
2643 state->group_hash,