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

/sssd-io/src/responder/kcm/
H A Dkcmsrv_cmd.c335 struct kcm_req_ctx { struct
349 static void kcm_send_reply(struct kcm_req_ctx *req_ctx)
372 struct kcm_req_ctx *req_ctx)
397 struct kcm_req_ctx *req_ctx;
400 req_ctx = tevent_req_callback_data(req, struct kcm_req_ctx);
463 static struct kcm_req_ctx *kcm_new_req(struct cli_ctx *cctx,
466 struct kcm_req_ctx *req;
468 req = talloc_zero(cctx, struct kcm_req_ctx);
490 struct kcm_req_ctx *req;
495 req = talloc_get_type(cctx->state_ctx, struct kcm_req_ctx);
[all...]

Completed in 7 milliseconds