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

/sssd-io/src/ldb_modules/
H A Dmemberof.c144 struct mbof_mod_ctx *mod_ctx; member in struct:mbof_mod_del_op
2309 static int mbof_mod_add(struct mbof_mod_ctx *mod_ctx,
2828 static int mbof_collect_child_ghosts(struct mbof_mod_ctx *mod_ctx);
2832 static int mbof_orig_mod(struct mbof_mod_ctx *mod_ctx);
2835 static int mbof_inherited_mod(struct mbof_mod_ctx *mod_ctx);
2838 static int mbof_mod_process(struct mbof_mod_ctx *mod_ctx, bool *done);
2850 static int mbof_mod_delete(struct mbof_mod_ctx *mod_ctx,
2868 struct mbof_mod_ctx *mod_ctx; local
2907 mod_ctx = talloc_zero(ctx, struct mbof_mod_ctx);
2908 if (!mod_ctx) {
2947 struct mbof_mod_ctx *mod_ctx; local
3008 mbof_collect_child_ghosts(struct mbof_mod_ctx *mod_ctx) argument
3170 mbof_orig_mod(struct mbof_mod_ctx *mod_ctx) argument
3195 struct mbof_mod_ctx *mod_ctx; local
3253 mbof_inherited_mod(struct mbof_mod_ctx *mod_ctx) argument
3336 struct mbof_mod_ctx *mod_ctx; local
3381 mbof_mod_process(struct mbof_mod_ctx *mod_ctx, bool *done) argument
3632 mbof_mod_add(struct mbof_mod_ctx *mod_ctx, struct mbof_dn_array *ael, struct mbof_val_array *addgh) argument
3694 mbof_mod_delete(struct mbof_mod_ctx *mod_ctx, struct mbof_dn_array *del, struct mbof_val_array *delgh) argument
[all...]
/sssd-io/src/responder/kcm/
H A Dkcmsrv_ccache.h260 void kcm_mod_ctx_clear(struct kcm_mod_ctx *mod_ctx);
261 void kcm_mod_cc(struct kcm_ccache *cc, struct kcm_mod_ctx *mod_ctx);
H A Dkcmsrv_ccache.c1082 void kcm_mod_ctx_clear(struct kcm_mod_ctx *mod_ctx) argument
1084 if (mod_ctx == NULL) {
1088 mod_ctx->kdc_offset = INT32_MAX;
1091 void kcm_mod_cc(struct kcm_ccache *cc, struct kcm_mod_ctx *mod_ctx) argument
1093 if (cc == NULL || mod_ctx == NULL) {
1097 if (mod_ctx->kdc_offset != INT32_MAX) {
1098 cc->kdc_offset = mod_ctx->kdc_offset;
H A Dkcmsrv_ops.c1851 struct kcm_mod_ctx *mod_ctx; local
1878 mod_ctx = talloc(state, struct kcm_mod_ctx);
1879 if (mod_ctx == NULL) {
1884 kcm_mod_ctx_clear(mod_ctx);
1885 mod_ctx->kdc_offset = be32toh(offset_be);
1892 mod_ctx);

Completed in 22 milliseconds