/third_party/libwebsockets/minimal-examples/api-tests/api-test-secure-streams/ |
D | main.c | 140 } myss_t; typedef 147 myss_t *m = (myss_t *)userobj; in myss_rx() 170 myss_t *m = (myss_t *)userobj; in myss_tx_post() 197 myss_t *m = (myss_t *)userobj; in myss_state() 268 .handle_offset = offsetof(myss_t, ss), 269 .opaque_user_data_offset = offsetof(myss_t, opaque_data), 273 .user_alloc = sizeof(myss_t), 276 .handle_offset = offsetof(myss_t, ss), 277 .opaque_user_data_offset = offsetof(myss_t, opaque_data), 281 .user_alloc = sizeof(myss_t), [all …]
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/ |
D | multi.c | 50 } myss_t; typedef 58 myss_t *m = (myss_t *)userobj; in multi_myss_rx() 127 myss_t *m = lws_container_of(sul, myss_t, sul); in sul_multi_tx_periodic_cb() 143 myss_t *m = (myss_t *)userobj; in multi_myss_tx() 185 myss_t *m = (myss_t *)userobj; in multi_myss_state() 226 .handle_offset = offsetof(myss_t, ss), 227 .opaque_user_data_offset = offsetof(myss_t, opaque_data), 231 .user_alloc = sizeof(myss_t), 239 myss_t *m = (myss_t *)userobj; in multi_myss_rx_monitor() 275 .handle_offset = offsetof(myss_t, ss), [all …]
|
D | minimal-secure-streams-smd.c | 69 } myss_t; typedef 94 myss_t *m = lws_container_of(sul, myss_t, sul); in sul_tx_periodic_cb() 105 myss_t *m = (myss_t *)userobj; in myss_tx() 153 myss_t *m = (myss_t *)userobj; in myss_state() 174 .handle_offset = offsetof(myss_t, ss), 175 .opaque_user_data_offset = offsetof(myss_t, opaque_data), 179 .user_alloc = sizeof(myss_t),
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-client-tx/ |
D | minimal-secure-streams-client-tx.c | 36 } myss_t; typedef 50 myss_t *m = lws_container_of(sul, myss_t, sul); in txcb() 72 myss_t *m = (myss_t *)userobj; in myss_tx() 98 myss_t *m = (myss_t *)userobj; in myss_state() 132 .handle_offset = offsetof(myss_t, ss), 133 .opaque_user_data_offset = offsetof(myss_t, opaque_data), 137 .user_alloc = sizeof(myss_t),
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/main/ |
D | lws-minimal-esp32.c | 46 } myss_t; typedef 51 myss_t *m = (myss_t *)userobj; in myss_rx() 82 myss_t *m = (myss_t *)userobj; in myss_state() 99 .handle_offset = offsetof(myss_t, ss), 100 .opaque_user_data_offset = offsetof(myss_t, opaque_data), 103 .user_alloc = sizeof(myss_t),
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/ |
D | lws-minimal-esp32.c | 42 } myss_t; typedef 47 myss_t *m = (myss_t *)userobj; in myss_rx() 78 myss_t *m = (myss_t *)userobj; in myss_state() 96 .handle_offset = offsetof(myss_t, ss), 97 .opaque_user_data_offset = offsetof(myss_t, opaque_data), 100 .user_alloc = sizeof(myss_t),
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-server/ |
D | ss-client.c | 21 } myss_t; typedef 58 myss_t *m = (myss_t *)userobj; in myss_state() 79 .handle_offset = offsetof(myss_t, ss), 80 .opaque_user_data_offset = offsetof(myss_t, opaque_data), 85 .user_alloc = sizeof(myss_t),
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/ |
D | lws-minimal-esp32.c | 57 } myss_t; typedef 79 myss_t *m = (myss_t *)userobj; in myss_rx() 112 myss_t *m = (myss_t *)userobj; in myss_state() 129 .handle_offset = offsetof(myss_t, ss), 130 .opaque_user_data_offset = offsetof(myss_t, opaque_data), 133 .user_alloc = sizeof(myss_t),
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/ |
D | minimal-secure-streams.c | 151 } myss_t; typedef 166 myss_t *m = (myss_t *)ctx->user; in lws_httpbin_json_cb() 204 myss_t *m = (myss_t *)userobj; in myss_rx() 255 myss_t *m = (myss_t *)userobj; in myss_state() 313 .handle_offset = offsetof(myss_t, ss), 314 .opaque_user_data_offset = offsetof(myss_t, opaque_data), 317 .user_alloc = sizeof(myss_t),
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-post/ |
D | minimal-secure-streams-post.c | 271 } myss_t; typedef 317 myss_t *m = (myss_t *)userobj; in myss_tx() 348 myss_t *m = (myss_t *)userobj; in myss_state() 434 ssi.handle_offset = offsetof(myss_t, ss); in app_system_state_nf() 435 ssi.opaque_user_data_offset = offsetof(myss_t, in app_system_state_nf() 440 ssi.user_alloc = sizeof(myss_t); in app_system_state_nf()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/ |
D | minimal-secure-streams.c | 176 } myss_t; typedef 201 myss_t *m = (myss_t *)userobj; in myss_rx() 246 myss_t *m = (myss_t *)userobj; in myss_state() 371 ssi.handle_offset = offsetof(myss_t, ss); in app_system_state_nf() 372 ssi.opaque_user_data_offset = offsetof(myss_t, in app_system_state_nf() 377 ssi.user_alloc = sizeof(myss_t); in app_system_state_nf()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-metadata/ |
D | minimal-secure-streams.c | 150 } myss_t; typedef 187 myss_t *m = (myss_t *)userobj; in myss_state() 235 ssi.handle_offset = offsetof(myss_t, ss); in app_system_state_nf() 236 ssi.opaque_user_data_offset = offsetof(myss_t, in app_system_state_nf() 241 ssi.user_alloc = sizeof(myss_t); in app_system_state_nf()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/ |
D | minimal-secure-streams.c | 43 } myss_t; typedef 94 myss_t *m = (myss_t *)userobj; in myss_state() 155 ssi.handle_offset = offsetof(myss_t, ss); in app_system_state_nf() 156 ssi.opaque_user_data_offset = offsetof(myss_t, in app_system_state_nf() 161 ssi.user_alloc = sizeof(myss_t); in app_system_state_nf()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/ |
D | minimal-secure-streams.c | 186 } myss_t; typedef 218 myss_t *m = (myss_t *)userobj; in myss_rx() 300 myss_t *m = (myss_t *)userobj; in myss_state() 428 ssi.handle_offset = offsetof(myss_t, ss); in app_system_state_nf() 429 ssi.opaque_user_data_offset = offsetof(myss_t, in app_system_state_nf() 434 ssi.user_alloc = sizeof(myss_t); in app_system_state_nf()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-seq/ |
D | minimal-secure-streams.c | 150 } myss_t; typedef 189 myss_t *m = (myss_t *)userobj; in myss_state() 247 ssi.handle_offset = offsetof(myss_t, ss); in min_sec_str_sequencer_cb() 248 ssi.opaque_user_data_offset = offsetof(myss_t, opaque_data); in min_sec_str_sequencer_cb() 252 ssi.user_alloc = sizeof(myss_t); in min_sec_str_sequencer_cb()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/ |
D | minimal-secure-streams.c | 217 } myss_t; typedef 247 myss_t *m = (myss_t *)userobj; in myss_rx() 291 myss_t *m = (myss_t *)userobj; in myss_state() 467 ssi.handle_offset = offsetof(myss_t, ss); in app_system_state_nf() 468 ssi.opaque_user_data_offset = offsetof(myss_t, in app_system_state_nf() 476 ssi.user_alloc = sizeof(myss_t); in app_system_state_nf()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/ |
D | minimal-secure-streams-testsfail.c | 603 } myss_t; typedef 611 myss_t *m = (myss_t *)userobj; in myss_rx() 638 myss_t *m = (myss_t *)userobj; in myss_state() 737 ssi.handle_offset = offsetof(myss_t, ss); in tests_start_next() 738 ssi.opaque_user_data_offset = offsetof(myss_t, opaque_data); in tests_start_next() 742 ssi.user_alloc = sizeof(myss_t); in tests_start_next()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/ |
D | minimal-secure-streams.c | 209 } myss_t; typedef 250 myss_t *m = (myss_t *)userobj; in myss_rx() 289 myss_t *m = (myss_t *)userobj; in myss_state() 412 ssi.handle_offset = offsetof(myss_t, ss); in create_ss() 413 ssi.opaque_user_data_offset = offsetof(myss_t, opaque_data); in create_ss() 420 ssi.user_alloc = sizeof(myss_t); in create_ss()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-threads/ |
D | minimal-secure-streams-threads.c | 80 } myss_t; typedef 160 .handle_offset = offsetof(myss_t, ss), 161 .opaque_user_data_offset = offsetof(myss_t, opaque_data), 164 .user_alloc = sizeof(myss_t),
|