Home
last modified time | relevance | path

Searched defs:phead (Results 1 – 2 of 2) 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()
61 lws_dll_add_tail(struct lws_dll *d, struct lws_dll *phead) in lws_dll_add_tail()
88 struct lws_dll *phead, int before) in lws_dll_insert()
210 lws_dll_remove_track_tail(struct lws_dll *d, struct lws_dll *phead) in lws_dll_remove_track_tail()
239 lws_dll_foreach_safe(struct lws_dll *phead, void *user, in lws_dll_foreach_safe()
/external/libwebsockets/include/libwebsockets/
Dlws-dll2.h207 lws_dll_get_head(struct lws_dll *phead) { return phead->next; } in lws_dll_get_head()
210 lws_dll_get_tail(struct lws_dll *phead) { return phead->prev; } in lws_dll_get_tail()