/third_party/libwebsockets/lib/misc/ |
D | peer-limits.c | 133 lws_context_unlock(context); /* === */ in lws_get_or_create_peer() 144 lws_context_unlock(context); /* === */ in lws_get_or_create_peer() 162 lws_context_unlock(context); /* ====================================> */ in lws_get_or_create_peer() 214 lws_context_unlock(context); /* ====================================> */ in lws_peer_cull_peer_wait_list() 230 lws_context_unlock(context); /* ====================================> */ in lws_peer_add_wsi() 285 lws_context_unlock(context); /* ====================================> */ in lws_peer_track_wsi_close() 316 lws_context_unlock(context); /* ====================================> */ in lws_peer_track_ah_detach()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-session.c | 123 lws_context_unlock(wsi->a.context); /* } cx -------------- */ in lws_tls_reuse_session() 169 lws_context_unlock(vh->context); /* } cx -------------- */ in lws_tls_session_expiry_cb() 280 lws_context_unlock(vh->context); /* } cx -------------- */ in lws_tls_session_new_cb() 295 lws_context_unlock(vh->context); /* } cx -------------- */ in lws_tls_session_new_cb() 413 lws_context_unlock(vh->context); /* } cx -------------- */ in lws_tls_session_dump_save() 479 lws_context_unlock(vh->context); /* } cx -------------- */ in lws_tls_session_dump_load() 488 lws_context_unlock(vh->context); /* } cx -------------- */ in lws_tls_session_dump_load()
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-session.c | 110 lws_context_unlock(wsi->a.context); /* } cx -------------- */ in lws_tls_reuse_session() 156 lws_context_unlock(vh->context); /* } cx -------------- */ in lws_tls_session_expiry_cb() 253 lws_context_unlock(vh->context); /* } cx -------------- */ in lws_tls_session_new_mbedtls() 268 lws_context_unlock(vh->context); /* } cx -------------- */ in lws_tls_session_new_mbedtls()
|
/third_party/libwebsockets/lib/event-libs/libuv/ |
D | libuv.c | 51 lws_context_unlock(pt->context); in lws_uv_sultimer_cb() 90 lws_context_unlock(pt->context); in lws_uv_idle() 146 lws_context_unlock(pt->context); in lws_io_cb() 160 lws_context_unlock(pt->context); in lws_io_cb() 226 lws_context_unlock(pt->context); in lws_uv_finalize_pt() 239 lws_context_unlock(pt->context); in lws_uv_finalize_pt() 851 lws_context_unlock(context); in lws_libuv_closewsi() 857 lws_context_unlock(context); in lws_libuv_closewsi()
|
/third_party/libwebsockets/lib/core-net/ |
D | wsi-timeout.c | 121 lws_context_unlock(cx); in lws_sul_wsitimeout_cb() 154 lws_context_unlock(pt->context); in lws_set_timeout() 172 lws_context_unlock(pt->context); in lws_set_timeout() 217 lws_context_unlock(cx); in lws_validity_cb()
|
D | vhost.c | 1011 lws_context_unlock(context); in lws_create_vhost() 1406 lws_context_unlock(context); /* --------------------------- context { */ 1664 lws_context_unlock(context); /* } context ------------------- */ 1858 lws_context_unlock(wsi->a.context); /* -------------- cx { */ 1881 lws_context_unlock(wsi->a.context); /* -------------- cx { */ 1913 lws_context_unlock(wsi->a.context); /* -------------- cx { */ 1924 lws_context_unlock(wsi->a.context); /* -------------- cx { */
|
D | adopt.c | 64 lws_context_unlock(vhost->context); in lws_create_new_server_wsi() 548 lws_context_unlock(info->vh->context); in lws_adopt_descriptor_vhost_via_info() 813 lws_context_unlock(vhost->context); in lws_create_adopt_udp()
|
D | pollfd.c | 575 lws_context_unlock(wsi->a.context); in lws_same_vh_protocol_insert() 597 lws_context_unlock(wsi->a.context); in lws_same_vh_protocol_remove()
|
D | wsi.c | 81 lws_context_unlock(vh->context); /* } context ---------- */ in lws_vhost_bind_wsi() 1671 lws_context_unlock(wsi->a.context); /* } cx -------------- */ in lws_wsi_mux_apply_queue()
|
D | close.c | 1020 lws_context_unlock(cx); in lws_close_free_wsi()
|
/third_party/libwebsockets/lib/event-libs/sdevent/ |
D | sdevent.c | 44 lws_context_unlock(pt->context); in sultimer_handler() 86 lws_context_unlock(pt->context); in idle_handler() 121 lws_context_unlock(pt->context); in sock_accept_handler() 151 lws_context_unlock(pt->context); in sock_accept_handler()
|
/third_party/libwebsockets/lib/roles/netlink/ |
D | ops-netlink.c | 447 lws_context_unlock(cx); in rops_handle_POLLIN_netlink() 462 lws_context_unlock(cx); in rops_handle_POLLIN_netlink() 512 lws_context_unlock(context); in rops_pt_init_destroy_netlink()
|
/third_party/libwebsockets/lib/roles/dbus/ |
D | dbus.c | 163 lws_context_unlock(pt->context); in lws_dbus_add_watch() 197 lws_context_unlock(pt->context); in lws_dbus_add_watch() 269 lws_context_unlock(pt->context); in lws_dbus_remove_watch()
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-init.c | 77 lws_context_unlock(context); in lws_sul_plat_unix()
|
D | unix-spawn.c | 87 lws_context_unlock(context); in lws_create_stdwsi()
|
/third_party/libwebsockets/lib/core/ |
D | private-lib-core.h | 842 #define lws_context_unlock(c) lws_mutex_refcount_unlock(&c->mr) macro 857 #define lws_context_unlock(_a) (void)(_a) macro
|
D | context.c | 1258 lws_context_unlock(context); in lws_create_context() 2197 lws_context_unlock(context); in lws_context_destroy() 2243 lws_context_unlock(context); in lws_context_destroy()
|
/third_party/libwebsockets/lib/misc/threadpool/ |
D | threadpool.c | 386 lws_context_unlock(context); in lws_threadpool_tsi_context() 714 lws_context_unlock(context); in lws_threadpool_create() 793 lws_context_unlock(tp->context); in lws_threadpool_destroy()
|
/third_party/libwebsockets/lib/core-net/client/ |
D | connect2.c | 259 lws_context_unlock(wsi->a.context);
|
D | connect.c | 162 lws_context_unlock(i->context); in lws_client_connect_via_info()
|
/third_party/libwebsockets/lib/plat/windows/ |
D | windows-spawn.c | 82 lws_context_unlock(context); in lws_create_basic_wsi()
|
/third_party/libwebsockets/lib/roles/http/ |
D | parsers.c | 273 lws_context_unlock(context); /* ====================================> */ in lws_header_table_attach() 395 lws_context_unlock(context); /* ====================================> */ in __lws_header_table_detach()
|
/third_party/libwebsockets/lib/roles/h2/ |
D | http2.c | 827 lws_context_unlock(wsi->a.context); in lws_h2_do_pps_send() 1300 lws_context_unlock(wsi->a.context); in lws_h2_parse_frame_header() 1488 lws_context_unlock(wsi->a.context); in lws_h2_parse_end_of_frame()
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | server.c | 304 lws_context_unlock(cx); in _lws_vhost_init_server_af()
|