Searched refs:finish_handle (Results 1 - 4 of 4) sorted by relevance
/third_party/libwebsockets/plugins/ssh-base/include/ |
H A D | lws-plugin-ssh.h | 252 * \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 D | test-sshd.c | 556 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 D | protocol_lws_sshd_demo.c | 329 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 D | sshd.c | 518 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 5 milliseconds