Home
last modified time | relevance | path

Searched refs:lws_dll_add_head (Results 1 – 3 of 3) sorted by relevance

/external/libwebsockets/lib/core/
Dlws_dll.c32 lws_dll_add_head(struct lws_dll *d, struct lws_dll *phead) in lws_dll_add_head() function
100 lws_dll_add_head(n, phead); in lws_dll_insert()
/external/libwebsockets/include/libwebsockets/
Dlws-dll2.h194 #define lws_dll_add_front lws_dll_add_head
197 lws_dll_add_head(struct lws_dll *d, struct lws_dll *phead);
/external/libwebsockets/READMEs/
DREADME.lws_dll.md45 lws_dll_add_head(&p->list, &owner);
124 |add entry at head|`void lws_dll_add_head(struct lws_dll *d, struct lws_dll *phead)`|`void lws_dll2…