Home
last modified time | relevance | path

Searched refs:lws_dsh_obj_head_t (Results 1 - 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h156 } lws_dsh_obj_head_t; typedef
169 lws_dsh_obj_head_t *oha; /* array of object heads/kind */
/third_party/libwebsockets/lib/core-net/
H A Dlws-dsh.c55 size_t oha_len = sizeof(lws_dsh_obj_head_t) * (unsigned int)(++count_kinds); in lws_dsh_create()
71 dsh->oha = (lws_dsh_obj_head_t *)&dsh[1]; in lws_dsh_create()

Completed in 3 milliseconds