Home
last modified time | relevance | path

Searched refs:lws_role_by_name (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Dvhost.c94 lws_role_by_name(const char *name) in lws_role_by_name() function
150 lws_role_by_name(wsi->a.vhost->listen_accept_role); in lws_role_call_adoption_bind()
Dprivate-lib-core-net.h946 lws_role_by_name(const char *name);
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2150 lws_role_by_name(wsi->a.vhost->listen_accept_role)) in lws_http_to_fallback()
2151 role = lws_role_by_name(wsi->a.vhost->listen_accept_role); in lws_http_to_fallback()