Searched refs:lws_smd_msg_alloc (Results 1 - 3 of 3) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-smd.h | 65 * lws_smd_msg_alloc() - allocate a message of length len 86 lws_smd_msg_alloc(struct lws_context *ctx, lws_smd_class_t _class, size_t len); 126 * Unlike lws_smd_msg_alloc() you do not need to know the length beforehand as 127 * this computes it and calls lws_smd_msg_alloc() with the correct length.
|
/third_party/libwebsockets/lib/system/smd/ |
H A D | smd.c | 39 lws_smd_msg_alloc(struct lws_context *ctx, lws_smd_class_t _class, size_t len) in lws_smd_msg_alloc() function 307 p = lws_smd_msg_alloc(ctx, _class, (size_t)n + 2); in lws_smd_msg_printf() 398 p = lws_smd_msg_alloc(ctx, _class, len); in _lws_smd_ss_rx_forward()
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | secure-streams.c | 653 p = lws_smd_msg_alloc(h->context, _class, len - LWS_SMD_SS_RX_HEADER_LEN); in lws_ss_smd_tx_cb()
|
Completed in 4 milliseconds