/external/libwebsockets/test-apps/ |
D | test-sshd.c | 99 ssh_ops_channel_create(struct lws *wsi, void **_priv) in ssh_ops_channel_create() argument 104 *_priv = priv; in ssh_ops_channel_create() 129 ssh_ops_channel_destroy(void *_priv) in ssh_ops_channel_destroy() argument 131 struct sshd_instance_priv *priv = _priv; in ssh_ops_channel_destroy() 153 ssh_ops_tx_waiting(void *_priv) in ssh_ops_tx_waiting() argument 155 struct sshd_instance_priv *priv = _priv; in ssh_ops_tx_waiting() 167 ssh_ops_tx(void *_priv, int stdch, uint8_t *buf, size_t len) in ssh_ops_tx() argument 169 struct sshd_instance_priv *priv = _priv; in ssh_ops_tx() 192 ssh_ops_rx(void *_priv, struct lws *wsi, const uint8_t *buf, uint32_t len) in ssh_ops_rx() argument 194 struct sshd_instance_priv *priv = _priv; in ssh_ops_rx() [all …]
|
/external/libwebsockets/plugins/ |
D | protocol_lws_sshd_demo.c | 114 ssh_ops_channel_create(struct lws *wsi, void **_priv) in ssh_ops_channel_create() argument 119 *_priv = priv; in ssh_ops_channel_create() 130 ssh_ops_channel_destroy(void *_priv) in ssh_ops_channel_destroy() argument 132 struct sshd_instance_priv *priv = _priv; in ssh_ops_channel_destroy() 142 ssh_ops_tx_waiting(void *_priv) in ssh_ops_tx_waiting() argument 144 struct sshd_instance_priv *priv = _priv; in ssh_ops_tx_waiting() 157 ssh_ops_tx(void *_priv, int stdch, uint8_t *buf, size_t len) in ssh_ops_tx() argument 159 struct sshd_instance_priv *priv = _priv; in ssh_ops_tx() 188 ssh_ops_rx(void *_priv, struct lws *wsi, const uint8_t *buf, uint32_t len) in ssh_ops_rx() argument 190 struct sshd_instance_priv *priv = _priv; in ssh_ops_rx() [all …]
|
/external/rust/crates/futures-executor/src/ |
D | enter.rs | 10 _priv: (), field 16 _priv: (), field 58 Err(EnterError { _priv: () }) in enter() 62 Ok(Enter { _priv: () }) in enter()
|
/external/mesa3d/src/gallium/frontends/nine/ |
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 …]
|
/external/rust/crates/futures-util/src/io/ |
D | empty.rs | 12 _priv: (), field 34 Empty { _priv: () } in empty()
|
D | sink.rs | 10 _priv: (), field 31 Sink { _priv: () } in sink()
|
/external/crosvm/tpm2/src/ |
D | lib.rs | 27 _priv: (), field 49 let mut simulator = Simulator { _priv: () }; in singleton_in_current_directory()
|
/external/rust/crates/regex-syntax/src/hir/ |
D | print.rs | 17 _priv: (), field 28 PrinterBuilder { _priv: () } in new() 32 Printer { _priv: () } in build() 54 _priv: (), field
|
/external/rust/crates/futures-task/src/ |
D | spawn.rs | 56 _priv: (), field 77 Self { _priv: () } in shutdown()
|
/external/arm-trusted-firmware/services/std_svc/sdei/ |
D | sdei_private.h | 91 #define FEATURE_BIND_SLOTS(_priv, _shrd) \ argument 92 (((((uint64_t) (_priv)) & BIND_SLOTS_MASK) << FEATURES_PRIVATE_SLOTS_SHIFT) | \
|
/external/rust/crates/regex-syntax/src/ast/ |
D | print.rs | 16 _priv: (), field 27 PrinterBuilder { _priv: () } in new() 31 Printer { _priv: () } in build() 46 _priv: (), field
|
/external/rust/crates/futures-channel/src/mpsc/ |
D | mod.rs | 177 _priv: (), field 1031 Poll::Pending => Err(TryRecvError { _priv: () }), in try_next() 1179 Poll::Pending => Err(TryRecvError { _priv: () }), in try_next()
|
/external/rust/crates/csv/src/ |
D | reader.rs | 1919 _priv: PhantomData<D>, field 1933 _priv: PhantomData, in new() 1977 _priv: PhantomData<D>, field 1991 _priv: PhantomData, in new()
|