Lines Matching refs:cctx
28 int sss_cmd_send_error(struct cli_ctx *cctx, int err)
33 pctx = talloc_get_type(cctx->protocol_ctx, struct cli_protocol);
69 int sss_cmd_send_empty(struct cli_ctx *cctx)
74 pctx = talloc_get_type(cctx->protocol_ctx, struct cli_protocol);
94 void sss_cmd_done(struct cli_ctx *cctx, void *freectx)
98 TEVENT_FD_WRITEABLE(cctx->cfde);
104 int sss_cmd_get_version(struct cli_ctx *cctx)
117 pctx = talloc_get_type(cctx->protocol_ctx, struct cli_protocol);
161 sss_cmd_done(cctx, NULL);
165 int sss_cmd_execute(struct cli_ctx *cctx,
173 return sss_cmds[i].fn(cctx);