Home
last modified time | relevance | path

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

/external/libwebsockets/lib/core-net/
Dlws-dsh.c73 dsh->being_destroyed = 0; in lws_dsh_create()
128 if (dsh1->being_destroyed) in try_foreign()
194 if (dsh1->being_destroyed) in evict1()
223 dsh->being_destroyed = 1; in lws_dsh_destroy()
266 if (dsh && !dsh->being_destroyed) in _lws_dsh_alloc_tail()
Dvhost.c990 if (vh->being_destroyed)
1012 !v->being_destroyed &&
1076 vh->being_destroyed = 0;
1267 if (v->being_destroyed
Dprivate-lib-core-net.h311 uint8_t being_destroyed; member
602 uint8_t being_destroyed:1; member
Dpollfd.c439 if (!context->being_destroyed && in __remove_wsi_socket_from_fds()
Dwsi.c76 wsi->vhost->being_destroyed) { in lws_vhost_unbind_wsi()
/external/libwebsockets/lib/roles/listen/
Dops-listen.c41 if (wsi->vhost->being_destroyed) in rops_handle_POLLIN_listen()
97 if (context->being_destroyed) { in rops_handle_POLLIN_listen()
/external/libwebsockets/lib/secure-streams/protocols/
Dss-ws.c63 !h->txn_ok && !wsi->context->being_destroyed) in secstream_ws()
Dss-mqtt.c63 !h->txn_ok && !wsi->context->being_destroyed) in secstream_mqtt()
Dss-h1.c191 !h->txn_ok && !wsi->context->being_destroyed) in secstream_h1()
/external/libwebsockets/lib/tls/
Dtls-server.c338 if (!vh->being_destroyed && wsi->tls.ssl && in lws_server_socket_service_ssl()
/external/libwebsockets/lib/event-libs/glib/
Dglib.c328 if (!pt_to_loop(pt) || wsi->context->being_destroyed || pt->is_destroyed) in elops_io_glib()
/external/libwebsockets/lib/core/
Dprivate-lib-core.h505 unsigned int being_destroyed:1; member
Dcontext.c1222 context->being_destroyed = 1; in lws_context_destroy()
/external/libwebsockets/lib/event-libs/libevent/
Dlibevent.c269 if (!pt->event.io_loop || wsi->context->being_destroyed || in elops_io_event()
/external/libwebsockets/lib/tls/mbedtls/
Dmbedtls-server.c76 if (!vh->being_destroyed && in lws_mbedtls_sni_cb()
/external/libwebsockets/lib/event-libs/libuv/
Dlibuv.c152 context->being_destroyed = 1; in lws_libuv_stop()
/external/libwebsockets/lib/tls/openssl/
Dopenssl-server.c113 if (!vh->being_destroyed && in lws_ssl_server_name_cb()