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

/sssd-io/src/responder/ssh/
H A Dssh_cmd.c32 struct ssh_cmd_ctx { struct
70 struct ssh_cmd_ctx *cmd_ctx;
77 cmd_ctx = talloc_zero(cli_ctx, struct ssh_cmd_ctx);
128 struct ssh_cmd_ctx *cmd_ctx;
131 cmd_ctx = tevent_req_callback_data(subreq, struct ssh_cmd_ctx);
155 struct ssh_cmd_ctx *cmd_ctx;
161 cmd_ctx = talloc_zero(cli_ctx, struct ssh_cmd_ctx);
209 struct ssh_cmd_ctx *cmd_ctx;
213 cmd_ctx = tevent_req_callback_data(subreq, struct ssh_cmd_ctx);

Completed in 9 milliseconds