Lines Matching refs:vhost
115 ext = wsi->a.vhost->ws.extensions;
266 * For vhost ws basic auth, it is "basic-auth": "path" as usual but
267 * applied to the protocol's entry in the vhost's "ws-protocols":
271 pvos = lws_vhost_protocol_options(wsi->a.vhost, wsi->a.protocol->name);
314 if (wsi->a.vhost->ss_handle) {
316 __func__, lws_ss_tag(wsi->a.vhost->ss_handle));
325 (void)lws_ss_event_helper(wsi->a.vhost->ss_handle,
539 int n = wsi->a.vhost->default_protocol_index;
542 * protocol list header... allow it and match to the vhost's
545 * Setting the vhost default protocol index to -1 or anything
546 * more than the actual number of protocols on the vhost causes
550 if (n >= wsi->a.vhost->count_protocols) {
559 lws_bind_protocol(wsi, &wsi->a.vhost->protocols[n],
566 if (wsi->a.vhost->ss_handle) {
567 lws_ss_handle_t *sssh = wsi->a.vhost->ss_handle;
581 pcol = lws_vhost_name_to_protocol(wsi->a.vhost,
605 pcol = lws_vhost_name_to_protocol(wsi->a.vhost, name);
710 lws_ss_handle_t *sssh = wsi->a.vhost->ss_handle;