Home
last modified time | relevance | path

Searched refs:same_vh_protocol (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Dpollfd.c568 lws_dll2_remove(&wsi->same_vh_protocol); in lws_same_vh_protocol_insert()
569 lws_dll2_add_head(&wsi->same_vh_protocol, in lws_same_vh_protocol_insert()
582 lws_dll2_remove(&wsi->same_vh_protocol); in __lws_same_vh_protocol_remove()
622 wsi = lws_container_of(d, struct lws, same_vh_protocol); in lws_callback_on_writable_all_protocol_vhost()
Dprivate-lib-core-net.h660 struct lws_dll2 same_vh_protocol; member