Home
last modified time | relevance | path

Searched refs:lws_smd_msg_send (Results 1 - 3 of 3) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-smd.h103 * lws_smd_msg_send() - queue a previously allocated message
113 lws_smd_msg_send(struct lws_context *ctx, void *payload);
129 * To be clear this also calls through to lws_smd_msg_send(), it really does
/third_party/libwebsockets/lib/system/smd/
H A Dsmd.c275 lws_smd_msg_send(struct lws_context *ctx, void *pay) in lws_smd_msg_send() function
321 if (lws_smd_msg_send(ctx, p)) { in lws_smd_msg_printf()
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams.c661 if (lws_smd_msg_send(h->context, p)) { in lws_ss_smd_tx_cb()

Completed in 7 milliseconds