Searched refs:lws_dsh (Results 1 - 6 of 6) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_dsh/ |
H A D | main.c | 2 * lws-api-test-lws_dsh 15 struct lws_dsh *dsh; in test1() 97 struct lws_dsh *dsh, *dsh2; in test3() 169 struct lws_dsh *dsh; in test4() 254 struct lws_dsh *dsh; in test5() 349 lwsl_user("LWS API selftest: lws_dsh\n"); in main()
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | private-lib-secure-streams.h | 328 struct lws_dsh *dsh; 428 struct lws_dsh *dsh, const uint8_t *cp, size_t len, 432 lws_ss_serialize_rx_payload(struct lws_dsh *dsh, const uint8_t *buf, 435 lws_ss_deserialize_tx_payload(struct lws_dsh *dsh, struct lws *wsi, 439 lws_ss_serialize_state(struct lws *wsi, struct lws_dsh *dsh, lws_ss_constate_t state, 481 lws_ss_serialize_txcr(struct lws_dsh *dsh, int txcr);
|
H A D | secure-streams-serialize.c | 28 * in and out of an lws_dsh fifo-type buffer. 147 lws_ss_serialize_rx_payload(struct lws_dsh *dsh, const uint8_t *buf, in lws_ss_serialize_rx_payload() 201 lws_ss_deserialize_tx_payload(struct lws_dsh *dsh, struct lws *wsi, in lws_ss_deserialize_tx_payload() 260 lws_ss_serialize_state(struct lws *wsi, struct lws_dsh *dsh, lws_ss_constate_t state, in lws_ss_serialize_state() 302 lws_ss_serialize_txcr(struct lws_dsh *dsh, int txcr) in lws_ss_serialize_txcr() 361 struct lws_dsh *dsh, const uint8_t *cp, size_t len, in lws_ss_deserialize_parse()
|
/third_party/libwebsockets/lib/core/ |
H A D | private-lib-core.h | 149 * lws_dsh 160 struct lws_dsh *dsh; /* invalid when on free list */ 166 typedef struct lws_dsh { struct
|
/third_party/libwebsockets/include/ |
H A D | libwebsockets.h | 48 struct lws_dsh;
|
/third_party/libwebsockets/lib/core-net/ |
H A D | lws-dsh.c | 141 lws_dsh_get_size(struct lws_dsh *dsh, int kind) in lws_dsh_get_size()
|
Completed in 6 milliseconds