Home
last modified time | relevance | path

Searched refs:__lws_wsi_create_with_role (Results 1 – 10 of 10) sorted by relevance

/third_party/libwebsockets/lib/core-net/client/
Dconnect.c161 wsi = __lws_wsi_create_with_role(i->context, tsi, NULL, i->log_cx); in lws_client_connect_via_info()
/third_party/libwebsockets/lib/roles/netlink/
Dops-netlink.c502 wsi = __lws_wsi_create_with_role(context, (int)(pt - &context->pt[0]), in rops_pt_init_destroy_netlink()
/third_party/libwebsockets/lib/roles/dbus/
Ddbus.c75 wsi = __lws_wsi_create_with_role(ctx->vh->context, ctx->tsi, NULL, in __lws_shadow_wsi()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-spawn.c81 new_wsi = __lws_wsi_create_with_role(context, tsi, ops, NULL); in lws_create_basic_wsi()
/third_party/libwebsockets/lib/plat/unix/
Dunix-spawn.c86 new_wsi = __lws_wsi_create_with_role(context, tsi, ops, NULL); in lws_create_stdwsi()
/third_party/libwebsockets/lib/core-net/
Dadopt.c62 new_wsi = __lws_wsi_create_with_role(vhost->context, n, NULL, in lws_create_new_server_wsi()
Dprivate-lib-core-net.h1235 __lws_wsi_create_with_role(struct lws_context *context, int tsi,
Dwsi.c289 __lws_wsi_create_with_role(struct lws_context *context, int tsi, in __lws_wsi_create_with_role() function
Dvhost.c1121 wsi = __lws_wsi_create_with_role(context, n, &role_ops_pipe,
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c303 wsi = __lws_wsi_create_with_role(cx, m, &role_ops_listen, NULL); in _lws_vhost_init_server_af()