Home
last modified time | relevance | path

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

/third_party/libwebsockets/plugins/
H A Dprotocol_lws_sshd_demo.c119 ssh_ops_channel_create(struct lws *wsi, void **_priv) in ssh_ops_channel_create() argument
135 ssh_ops_channel_destroy(void *_priv) in ssh_ops_channel_destroy() argument
147 ssh_ops_tx_waiting(void *_priv) in ssh_ops_tx_waiting() argument
162 ssh_ops_tx(void *_priv, int stdch, uint8_t *buf, size_t len) in ssh_ops_tx() argument
193 ssh_ops_rx(void *_priv, struct lws *wsi, const uint8_t *buf, uint32_t len) in ssh_ops_rx() argument
329 ssh_ops_shell(void *_priv, struct lws *wsi, lws_ssh_finish_exec finish, void *finish_handle) ssh_ops_shell() argument
[all...]
/third_party/libwebsockets/test-apps/
H A Dtest-sshd.c104 ssh_ops_channel_create(struct lws *wsi, void **_priv) in ssh_ops_channel_create() argument
134 ssh_ops_channel_destroy(void *_priv) in ssh_ops_channel_destroy() argument
158 ssh_ops_tx_waiting(void *_priv) in ssh_ops_tx_waiting() argument
172 ssh_ops_tx(void *_priv, int stdch, uint8_t *buf, size_t len) in ssh_ops_tx() argument
197 ssh_ops_rx(void *_priv, struct lws *wsi, const uint8_t *buf, uint32_t len) in ssh_ops_rx() argument
406 ssh_ops_set_env(void *_priv, const char *name, const char *value) ssh_ops_set_env() argument
415 ssh_ops_pty_req(void *_priv, struct lws_ssh_pty *pty) ssh_ops_pty_req() argument
460 ssh_ops_child_process_io(void *_priv, struct lws *wsi, struct lws_cgi_args *args) ssh_ops_child_process_io() argument
556 ssh_ops_exec(void *_priv, struct lws *wsi, const char *command, lws_ssh_finish_exec finish, void *finish_handle) ssh_ops_exec() argument
565 ssh_ops_shell(void *_priv, struct lws *wsi, lws_ssh_finish_exec finish, void *finish_handle) ssh_ops_shell() argument
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_uvc.h777 void *_priv; /* video transmission private pointer */ member

Completed in 4 milliseconds