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

/sssd/src/ldb_modules/
H A Dmemberof.c164 struct mbof_mod_del_op *igh; member in struct:mbof_mod_ctx
2829 static int mbof_get_ghost_from_parent(struct mbof_mod_del_op *igh);
3025 mod_ctx->igh = talloc_zero(mod_ctx, struct mbof_mod_del_op);
3026 if (mod_ctx->igh == NULL) {
3029 mod_ctx->igh->mod_ctx = mod_ctx;
3031 ret = hash_create_ex(1024, &mod_ctx->igh->inherited_gh, 0, 0, 0, 0,
3038 return mbof_get_ghost_from_parent(mod_ctx->igh);
3041 static int mbof_get_ghost_from_parent(struct mbof_mod_del_op *igh) argument
3052 ctx = igh->mod_ctx->ctx;
3055 dn = ldb_dn_get_linearized(igh
3091 struct mbof_mod_del_op *igh; local
[all...]

Completed in 676 milliseconds