Searched refs:vhost_pending_destruction_list (Results 1 – 3 of 3) sorted by relevance
1490 if (vh->context->vhost_pending_destruction_list != vh) {1491 vh->vhost_next = vh->context->vhost_pending_destruction_list;1492 vh->context->vhost_pending_destruction_list = vh;1500 context->vhost_pending_destruction_list) {
581 struct lws_vhost *vhost_pending_destruction_list; member
2013 while (context->vhost_pending_destruction_list) in lws_context_destroy()2015 __lws_vhost_destroy2(context->vhost_pending_destruction_list); in lws_context_destroy()