Lines Matching refs:hit
496 const struct lws_http_mount *hit;
501 hit = lws_find_mount(wsi, uri_ptr, uri_len);
503 if (hit && (meth == LWSHUMETH_GET ||
506 (hit->origin_protocol == LWSMPRO_HTTPS ||
507 hit->origin_protocol == LWSMPRO_HTTP))
519 return lws_http_proxy_start(wsi, hit, uri_ptr, 1);
782 const struct lws_http_mount *hit =
784 if (hit && hit->cgienv &&
786 wsi->user_space, (void *)hit->cgienv, 0))