Home
last modified time | relevance | path

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

/third_party/libwebsockets/plugins/ssh-base/include/
H A Dlws-plugin-ssh.h252 * \param finish_handle: opaque handle identifying this exec for use with \p finish
256 int (*exec)(void *priv, struct lws *wsi, const char *command, lws_ssh_finish_exec finish, void *finish_handle);
264 * \param finish_handle: opaque handle identifying this exec for use with \p finish
269 int (*shell)(void *priv, struct lws *wsi, lws_ssh_finish_exec finish, void *finish_handle);
/third_party/libwebsockets/test-apps/
H A Dtest-sshd.c556 ssh_ops_exec(void *_priv, struct lws *wsi, const char *command, lws_ssh_finish_exec finish, void *finish_handle) in ssh_ops_exec() argument
565 ssh_ops_shell(void *_priv, struct lws *wsi, lws_ssh_finish_exec finish, void *finish_handle) in ssh_ops_shell() argument
/third_party/libwebsockets/plugins/
H A Dprotocol_lws_sshd_demo.c329 ssh_ops_shell(void *_priv, struct lws *wsi, lws_ssh_finish_exec finish, void *finish_handle) in ssh_ops_shell() argument
/third_party/libwebsockets/plugins/ssh-base/
H A Dsshd.c518 lws_ssh_exec_finish(void *finish_handle, int retcode) in lws_ssh_exec_finish() argument
520 struct lws_ssh_channel *ch = (struct lws_ssh_channel *)finish_handle; in lws_ssh_exec_finish()

Completed in 8 milliseconds