Home
last modified time | relevance | path

Searched refs:being_destroyed (Results 1 – 18 of 18) sorted by relevance

/third_party/libwebsockets/lib/roles/listen/
Dops-listen.c39 if (wsi->a.vhost->being_destroyed) in rops_handle_POLLIN_listen()
97 if (context->being_destroyed) { in rops_handle_POLLIN_listen()
/third_party/libwebsockets/lib/core-net/
Dlws-dsh.c75 dsh->being_destroyed = 0; in lws_dsh_create()
131 dsh->being_destroyed = 1; in lws_dsh_destroy()
170 if (dsh && !dsh->being_destroyed) in _lws_dsh_alloc_tail()
Dvhost.c1295 if (vh->being_destroyed)
1312 vh->being_destroyed = 1;
1343 if (v != vh && !v->being_destroyed &&
1436 vh->being_destroyed = 0;
1712 if (!v->being_destroyed && !strcmp(v->name, name))
Dpollfd.c454 if (!context->being_destroyed && in __remove_wsi_socket_from_fds()
Dprivate-lib-core-net.h535 uint8_t being_destroyed:1; member
Dwsi.c117 if (!vh->count_bound_wsi && vh->being_destroyed) in __lws_vhost_unbind_wsi()
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-raw.c91 !h->txn_ok && !wsi->a.context->being_destroyed) { in secstream_raw()
Dss-ws.c93 !wsi->a.context->being_destroyed) { in secstream_ws()
Dss-mqtt.c272 !h->txn_ok && !wsi->a.context->being_destroyed) { in secstream_mqtt()
Dss-h1.c541 !h->txn_ok && !wsi->a.context->being_destroyed) { in secstream_h1()
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h168 uint8_t being_destroyed; member
729 unsigned int being_destroyed:1; member
Dcontext.c1784 context->being_destroyed = 1; in lws_context_destroy()
2234 return !!context->being_destroyed; in lws_context_is_being_destroyed()
/third_party/libwebsockets/lib/tls/
Dtls-server.c339 if (!vh->being_destroyed && wsi->tls.ssl && in lws_server_socket_service_ssl()
/third_party/libwebsockets/lib/event-libs/uloop/
Duloop.c195 if (wsi->a.context->being_destroyed || pt->is_destroyed) in elops_io_uloop()
/third_party/libwebsockets/lib/event-libs/glib/
Dglib.c352 if (!pt_to_loop(pt) || wsi->a.context->being_destroyed || in elops_io_glib()
/third_party/libwebsockets/lib/event-libs/libevent/
Dlibevent.c295 if (!ptpr->io_loop || wsi->a.context->being_destroyed || in elops_io_event()
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-server.c69 if (!vh->being_destroyed && in lws_mbedtls_sni_cb()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-server.c113 if (!vh->being_destroyed && in lws_ssl_server_name_cb()