/third_party/libwebsockets/test-apps/ |
H A D | test-sshd.c | 104 ssh_ops_channel_create(struct lws *wsi, void **_priv) in ssh_ops_channel_create() argument 109 *_priv = priv; in ssh_ops_channel_create() 134 ssh_ops_channel_destroy(void *_priv) in ssh_ops_channel_destroy() argument 136 struct sshd_instance_priv *priv = _priv; in ssh_ops_channel_destroy() 158 ssh_ops_tx_waiting(void *_priv) in ssh_ops_tx_waiting() argument 160 struct sshd_instance_priv *priv = _priv; in ssh_ops_tx_waiting() 172 ssh_ops_tx(void *_priv, int stdch, uint8_t *buf, size_t len) in ssh_ops_tx() argument 174 struct sshd_instance_priv *priv = _priv; in ssh_ops_tx() 197 ssh_ops_rx(void *_priv, struct lws *wsi, const uint8_t *buf, uint32_t len) in ssh_ops_rx() argument 199 struct sshd_instance_priv *priv = _priv; in ssh_ops_rx() 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/libwebsockets/plugins/ |
H A D | protocol_lws_sshd_demo.c | 119 ssh_ops_channel_create(struct lws *wsi, void **_priv) in ssh_ops_channel_create() argument 124 *_priv = priv; in ssh_ops_channel_create() 135 ssh_ops_channel_destroy(void *_priv) in ssh_ops_channel_destroy() argument 137 struct sshd_instance_priv *priv = _priv; in ssh_ops_channel_destroy() 147 ssh_ops_tx_waiting(void *_priv) in ssh_ops_tx_waiting() argument 149 struct sshd_instance_priv *priv = _priv; in ssh_ops_tx_waiting() 162 ssh_ops_tx(void *_priv, int stdch, uint8_t *buf, size_t len) in ssh_ops_tx() argument 164 struct sshd_instance_priv *priv = _priv; in ssh_ops_tx() 193 ssh_ops_rx(void *_priv, struct lws *wsi, const uint8_t *buf, uint32_t len) in ssh_ops_rx() argument 195 struct sshd_instance_priv *priv = _priv; in ssh_ops_rx() 329 ssh_ops_shell(void *_priv, struct lws *wsi, lws_ssh_finish_exec finish, void *finish_handle) ssh_ops_shell() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_csmt_helper.h | 173 name##_priv( struct NineDevice9 *device ARGS_FOR_DECLARATION( __VA_ARGS__ ) ); \ 183 name##_priv( \ 199 name##_priv( \ 212 name##_priv( struct NineDevice9 *device ARGS_FOR_DECLARATION( __VA_ARGS__ ) ) 223 name##_priv( struct NineDevice9 *device ARGS_FOR_DECLARATION( __VA_ARGS__ ) ); \ 233 name##_priv( \ 250 name##_priv( \ 266 name##_priv( struct NineDevice9 *device ARGS_FOR_DECLARATION( __VA_ARGS__ ) ) 275 name##_priv( struct NineDevice9 *device ARGS_FOR_DECLARATION( __VA_ARGS__ ) ); \ 285 name##_priv( \ [all...] |
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
H A D | print.rs | 17 _priv: (), 28 PrinterBuilder { _priv: () } in new() 32 Printer { _priv: () } in build() 54 _priv: (),
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | usbd_video.c | 355 uvc->_priv = NULL; in uvc_video_tran_stop() 499 uvc->_priv = priv; in uvc_video_tran_nocp() 589 uvc->_priv = priv; in uvc_video_tran_copy() 722 ret = next_func(uvc, transfer, uvc->_priv); in uvc_nocp_continue() 784 ret = copy(uvc, frame, uvc->_priv); in uvc_copy_continue()
|
H A D | f_uvc.h | 777 void *_priv; /* video transmission private pointer */ member
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | fops-zip.c | 147 #define eff_size(_priv) (_priv->hdr.method == ZIP_COMPRESSION_METHOD_STORE ? \ 148 _priv->hdr.uncomp_size : _priv->hdr.comp_size)
|
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
H A D | print.rs | 16 _priv: (), 27 PrinterBuilder { _priv: () } in new() 31 Printer { _priv: () } in build() 46 _priv: (),
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/x86_64/ |
H A D | mod.rs | 105 _priv: [::uintptr_t; 38], // FIXME if needed
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | testdsa.h | 204 st.priv = dsa##bits##_priv; \ 209 st.priv_l = sizeof(dsa##bits##_priv); \
|
/third_party/openssl/apps/ |
H A D | testdsa.h | 204 st.priv = dsa##bits##_priv; \ 209 st.priv_l = sizeof(dsa##bits##_priv); \
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
H A D | mod.rs | 44 _priv: [::uintptr_t; 4],
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
H A D | mod.rs | 44 _priv: [::uintptr_t; 4],
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 351 _priv: [::uintptr_t; 36], 355 _priv: [::uintptr_t; 15],
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 489 _priv: [::c_int; 3], 541 _priv: ::uintptr_t,
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 704 pub _priv: [[::c_char; 6]; 24],
|