Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/listen/
H A 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/
H A 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()
H A Dvhost.c1295 if (vh->being_destroyed)
1312 vh->being_destroyed = 1;
1343 if (v != vh && !v->being_destroyed &&
1436 vh->being_destroyed = 0;
1726 if (!v->being_destroyed && !strcmp(v->name, name))
H A Dpollfd.c454 if (!context->being_destroyed && in __remove_wsi_socket_from_fds()
H A Dwsi.c117 if (!vh->count_bound_wsi && vh->being_destroyed) in __lws_vhost_unbind_wsi()
H A Dprivate-lib-core-net.h535 uint8_t being_destroyed:1; member
/third_party/libwebsockets/lib/secure-streams/protocols/
H A Dss-raw.c91 !h->txn_ok && !wsi->a.context->being_destroyed) { in secstream_raw()
H A Dss-ws.c93 !wsi->a.context->being_destroyed) { in secstream_ws()
H A Dss-h1.c542 !h->txn_ok && !wsi->a.context->being_destroyed) { in secstream_h1()
H A Dss-mqtt.c545 !h->txn_ok && !wsi->a.context->being_destroyed) { in secstream_mqtt()
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h174 uint8_t being_destroyed; member
735 unsigned int being_destroyed:1; member
H A Dcontext.c1796 context->being_destroyed = 1; in lws_context_destroy()
2249 return !!context->being_destroyed; in lws_context_is_being_destroyed()
/third_party/libwebsockets/lib/tls/
H A Dtls-server.c339 if (!vh->being_destroyed && wsi->tls.ssl && in lws_server_socket_service_ssl()
/third_party/libwebsockets/lib/event-libs/uloop/
H A Duloop.c195 if (wsi->a.context->being_destroyed || pt->is_destroyed) in elops_io_uloop()
/third_party/libwebsockets/lib/event-libs/libevent/
H A Dlibevent.c295 if (!ptpr->io_loop || wsi->a.context->being_destroyed || in elops_io_event()
/third_party/libwebsockets/lib/event-libs/glib/
H A Dglib.c352 if (!pt_to_loop(pt) || wsi->a.context->being_destroyed || in elops_io_glib()
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-server.c69 if (!vh->being_destroyed && in lws_mbedtls_sni_cb()
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-server.c113 if (!vh->being_destroyed && in lws_ssl_server_name_cb()

Completed in 19 milliseconds