Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/
Dlws-dsh.c31 lws_dsh_t *dsh;
33 lws_dsh_t *already_checked;
34 lws_dsh_t *this_dsh;
38 _lws_dsh_alloc_tail(lws_dsh_t *dsh, int kind, const void *src1, size_t size1,
52 lws_dsh_t *
57 lws_dsh_t *dsh; in lws_dsh_create()
62 assert(buf_len > sizeof(lws_dsh_t) + oha_len); in lws_dsh_create()
65 dsh = lws_malloc(sizeof(lws_dsh_t) + buf_len + oha_len, __func__); in lws_dsh_create()
124 lws_dsh_destroy(lws_dsh_t **pdsh) in lws_dsh_destroy()
126 lws_dsh_t *dsh = *pdsh; in lws_dsh_destroy()
[all …]
/third_party/libwebsockets/lib/secure-streams/
Dprivate-lib-secure-streams.h606 lws_dsh_t *dsh; /* unified buffer for both sides */
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h181 } lws_dsh_t; typedef
/third_party/libwebsockets/
DCMakeLists.txt293 option(LWS_WITH_LWS_DSH "Support lws_dsh_t Disordered Shared Heap" OFF)