Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/
Dvhost.c1490 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) {
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h581 struct lws_vhost *vhost_pending_destruction_list; member
Dcontext.c2013 while (context->vhost_pending_destruction_list) in lws_context_destroy()
2015 __lws_vhost_destroy2(context->vhost_pending_destruction_list); in lws_context_destroy()