Home
last modified time | relevance | path

Searched refs:count_wsi_allocated (Results 1 – 14 of 14) sorted by relevance

/external/libwebsockets/lib/event-libs/libuv/
Dlibuv.c214 context->count_wsi_allocated); in lws_uv_close_cb_sa()
219 context->count_wsi_allocated) in lws_uv_close_cb_sa()
897 context->count_wsi_allocated, context->requested_kill); in lws_libuv_closewsi()
903 if (context->requested_kill && !context->count_wsi_allocated) { in lws_libuv_closewsi()
/external/libwebsockets/lib/plat/unix/
Dunix-init.c53 if (pt->context->deprecated && !pt->context->count_wsi_allocated) { in lws_sul_plat_unix()
/external/libwebsockets/lib/roles/dbus/
Ddbus.c96 ctx->vh->context->count_wsi_allocated++; in __lws_shadow_wsi()
117 ctx->vh->context->count_wsi_allocated--; in __lws_shadow_wsi_destroy()
/external/libwebsockets/lib/core-net/
Dclose.c112 wsi->context->count_wsi_allocated--; in __lws_reset_wsi()
154 wsi->context->count_wsi_allocated, in __lws_free_wsi()
Dstats.c160 context->count_wsi_allocated); in lws_stats_log_dump()
Dadopt.c103 vhost->context->count_wsi_allocated++; in lws_create_new_server_wsi()
188 vh->context->count_wsi_allocated--; in lws_adopt_descriptor_vhost1()
Dserver.c237 context->count_wsi_allocated); in lws_json_dump_context()
Dvhost.c931 context->count_wsi_allocated++;
976 wsi->context->count_wsi_allocated--;
/external/libwebsockets/lib/core/
Dprivate-lib-core.h488 int count_wsi_allocated; member
/external/libwebsockets/lib/misc/
Dspawn.c85 context->count_wsi_allocated++; in lws_create_basic_wsi()
/external/libwebsockets/lib/roles/http/server/
Dserver.c306 vhost->context->count_wsi_allocated++; in _lws_vhost_init_server()
313 vhost->context->count_wsi_allocated--; in _lws_vhost_init_server()
/external/libwebsockets/lib/roles/http/client/
Dclient-handshake.c1438 wsi->context->count_wsi_allocated++;
/external/libwebsockets/lib/roles/mqtt/
Dmqtt.c1071 w->context->count_wsi_allocated--; in _lws_mqtt_rx_parser()
/external/libwebsockets/lib/roles/h2/
Dhttp2.c286 vh->context->count_wsi_allocated--; in lws_wsi_server_new()