Searched refs:__lws_wsi_create_with_role (Results 1 – 10 of 10) sorted by relevance
/third_party/libwebsockets/lib/core-net/client/ |
D | connect.c | 161 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/ |
D | ops-netlink.c | 502 wsi = __lws_wsi_create_with_role(context, (int)(pt - &context->pt[0]), in rops_pt_init_destroy_netlink()
|
/third_party/libwebsockets/lib/roles/dbus/ |
D | dbus.c | 75 wsi = __lws_wsi_create_with_role(ctx->vh->context, ctx->tsi, NULL, in __lws_shadow_wsi()
|
/third_party/libwebsockets/lib/plat/windows/ |
D | windows-spawn.c | 81 new_wsi = __lws_wsi_create_with_role(context, tsi, ops, NULL); in lws_create_basic_wsi()
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-spawn.c | 86 new_wsi = __lws_wsi_create_with_role(context, tsi, ops, NULL); in lws_create_stdwsi()
|
/third_party/libwebsockets/lib/core-net/ |
D | adopt.c | 62 new_wsi = __lws_wsi_create_with_role(vhost->context, n, NULL, in lws_create_new_server_wsi()
|
D | private-lib-core-net.h | 1235 __lws_wsi_create_with_role(struct lws_context *context, int tsi,
|
D | wsi.c | 289 __lws_wsi_create_with_role(struct lws_context *context, int tsi, in __lws_wsi_create_with_role() function
|
D | vhost.c | 1121 wsi = __lws_wsi_create_with_role(context, n, &role_ops_pipe,
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | server.c | 303 wsi = __lws_wsi_create_with_role(cx, m, &role_ops_listen, NULL); in _lws_vhost_init_server_af()
|