Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/
Dpollfd.c570 &wsi->a.vhost->same_vh_protocol_owner[n]); in lws_same_vh_protocol_insert()
581 if (wsi->a.vhost && wsi->a.vhost->same_vh_protocol_owner) in __lws_same_vh_protocol_remove()
621 lws_dll2_get_head(&vhost->same_vh_protocol_owner[n])) { in lws_callback_on_writable_all_protocol_vhost()
Dvhost.c871 vh->same_vh_protocol_owner = (struct lws_dll2_owner *) in lws_create_vhost()
1527 lws_free(vh->same_vh_protocol_owner);
Dprivate-lib-core-net.h485 struct lws_dll2_owner *same_vh_protocol_owner; member