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

/sssd/src/ldb_modules/
H A Dmemberof.c149 hash_table_t *inherited_gh; member in struct:mbof_mod_del_op
3031 ret = hash_create_ex(1024, &mod_ctx->igh->inherited_gh, 0, 0, 0, 0,
3125 if (hash_has_key(igh->inherited_gh, &key)) {
3130 dupval = talloc_zero(igh->inherited_gh, struct ldb_val);
3135 *dupval = ldb_val_dup(igh->inherited_gh, &el->values[i]);
3143 ret = hash_enter(igh->inherited_gh, &key, &value);
3228 if (mod_ctx->igh && mod_ctx->igh->inherited_gh &&
3229 hash_count(mod_ctx->igh->inherited_gh) > 0) {
3284 ret = hash_values(mod_ctx->igh->inherited_gh, &num_values, &values);

Completed in 527 milliseconds