Lines Matching defs:role
143 * if the vhost is told to bind accepted sockets to a given role,
144 * then look it up by name and try to bind to the specific role.
149 const struct lws_role_ops *role =
155 if (!role)
156 lwsl_wsi_err(wsi, "can't find role '%s'",
162 if (role && lws_rops_fidx(role, LWS_ROPS_adoption_bind)) {
163 n = (lws_rops_func_fidx(role, LWS_ROPS_adoption_bind)).
172 lwsl_wsi_debug(wsi, "leaving bound to role %s",
177 lwsl_wsi_warn(wsi, "adoption bind to role '%s', "
194 /* fall back to raw socket role if, eg, h1 not configured */
203 lwsl_wsi_notice(wsi, "falling back to raw file role bind");
205 /* fall back to raw file role if, eg, h1 not configured */
233 /* fall back to raw socket role if, eg, h1 not configured */
1229 lwsl_wsi_debug(wsi, "pt %d: closin, role %s", tsi,
1813 /* ... same role, or at least both some kind of http */