Home
last modified time | relevance | path

Searched defs:_priv (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/test-apps/
Dtest-sshd.c104 ssh_ops_channel_create(struct lws *wsi, void **_priv) in ssh_ops_channel_create()
134 ssh_ops_channel_destroy(void *_priv) in ssh_ops_channel_destroy()
158 ssh_ops_tx_waiting(void *_priv) in ssh_ops_tx_waiting()
172 ssh_ops_tx(void *_priv, int stdch, uint8_t *buf, size_t len) in ssh_ops_tx()
197 ssh_ops_rx(void *_priv, struct lws *wsi, const uint8_t *buf, uint32_t len) in ssh_ops_rx()
406 ssh_ops_set_env(void *_priv, const char *name, const char *value) in ssh_ops_set_env()
415 ssh_ops_pty_req(void *_priv, struct lws_ssh_pty *pty) in ssh_ops_pty_req()
460 ssh_ops_child_process_io(void *_priv, struct lws *wsi, in ssh_ops_child_process_io()
556 ssh_ops_exec(void *_priv, struct lws *wsi, const char *command, lws_ssh_finish_exec finish, void *f… in ssh_ops_exec()
565 ssh_ops_shell(void *_priv, struct lws *wsi, lws_ssh_finish_exec finish, void *finish_handle) in ssh_ops_shell()
/third_party/libwebsockets/plugins/
Dprotocol_lws_sshd_demo.c119 ssh_ops_channel_create(struct lws *wsi, void **_priv) in ssh_ops_channel_create()
135 ssh_ops_channel_destroy(void *_priv) in ssh_ops_channel_destroy()
147 ssh_ops_tx_waiting(void *_priv) in ssh_ops_tx_waiting()
162 ssh_ops_tx(void *_priv, int stdch, uint8_t *buf, size_t len) in ssh_ops_tx()
193 ssh_ops_rx(void *_priv, struct lws *wsi, const uint8_t *buf, uint32_t len) in ssh_ops_rx()
329 ssh_ops_shell(void *_priv, struct lws *wsi, lws_ssh_finish_exec finish, void *finish_handle) in ssh_ops_shell()
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dprint.rs17 _priv: (), field
54 _priv: (), field
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dprint.rs16 _priv: (), field
46 _priv: (), field
/third_party/libwebsockets/lib/roles/http/server/
Dfops-zip.c147 #define eff_size(_priv) (_priv->hdr.method == ZIP_COMPRESSION_METHOD_STORE ? \ argument
/third_party/rust/crates/pkg-config-rs/src/
Dlib.rs110 _priv: (), field
/third_party/NuttX/drivers/usbdev/gadget/
Df_uvc.h777 void *_priv; /* video transmission private pointer */ member