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

Completed in 17 milliseconds