Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/
H A Dlws-dsh.c30 lws_dsh_obj_t *best;
56 lws_dsh_obj_t *obj; in lws_dsh_create()
87 obj = (lws_dsh_obj_t *)dsh->buf; in lws_dsh_create()
109 lws_dsh_obj_t *obj = lws_container_of(d, lws_dsh_obj_t, list); in search_best_free()
153 size_t asize = sizeof(lws_dsh_obj_t) + lws_dsh_align(size1 + size2); in _lws_dsh_alloc_tail()
218 lws_dsh_obj_t *obj; in _lws_dsh_alloc_tail()
234 obj = (lws_dsh_obj_t *)(((uint8_t *)s.best) + lws_dsh_align(s.best->asize)); in _lws_dsh_alloc_tail()
288 lws_dsh_obj_t *_o = (lws_dsh_obj_t *)((uint8_ in lws_dsh_free()
[all...]
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h164 } lws_dsh_obj_t; typedef

Completed in 3 milliseconds