Home
last modified time | relevance | path

Searched refs:lws_smd_ss_msg_printf (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/
Dminimal-secure-streams-smd.c125 if (lws_smd_ss_msg_printf(lws_ss_tag(m->ss), buf, len, LWSSMDCL_NETWORK, in myss_tx()
130 if (lws_smd_ss_msg_printf(lws_ss_tag(m->ss), buf, len, in myss_tx()
/third_party/libwebsockets/include/libwebsockets/
Dlws-smd.h158 lws_smd_ss_msg_printf(const char *tag, uint8_t *buf, size_t *len,
/third_party/libwebsockets/lib/system/smd/
DREADME.md131 A helper `lws_smd_ss_msg_printf()` is provided to format and create and smd
137 lws_smd_ss_msg_printf(const char *tag, uint8_t *buf, size_t *len,
Dsmd.c331 lws_smd_ss_msg_printf(const char *tag, uint8_t *buf, size_t *len, in lws_smd_ss_msg_printf() function