Lines Matching defs:kcm_req_ctx
335 struct kcm_req_ctx {
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);
558 struct kcm_req_ctx *req;
561 req = talloc_get_type(cctx->state_ctx, struct kcm_req_ctx);