Home
last modified time | relevance | path

Searched refs:WSI_TOKEN_HOST (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/roles/http/server/
Dserver.c1373 n = lws_hdr_total_length(wsi, WSI_TOKEN_HOST); in lws_http_proxy_start()
1375 i.host = lws_hdr_simple_ptr(wsi, WSI_TOKEN_HOST); in lws_http_proxy_start()
1381 !lws_hdr_simple_ptr(wsi, WSI_TOKEN_HOST)) in lws_http_proxy_start()
1384 i.host = lws_hdr_simple_ptr(wsi, WSI_TOKEN_HOST); in lws_http_proxy_start()
1546 if (!lws_hdr_total_length(wsi, WSI_TOKEN_HOST)) { in lws_http_redirect_hit()
1564 lws_hdr_simple_ptr(wsi, WSI_TOKEN_HOST), in lws_http_redirect_hit()
1725 n = (unsigned int)lws_hdr_total_length(wsi, WSI_TOKEN_HOST); in lws_http_action()
1729 if (!lws_hdr_simple_ptr(wsi, WSI_TOKEN_HOST)) in lws_http_action()
1733 memcpy(p, lws_hdr_simple_ptr(wsi, WSI_TOKEN_HOST), n); in lws_http_action()
2071 if (!lws_hdr_total_length(wsi, WSI_TOKEN_HOST)) { in lws_confirm_host_header()
[all …]
/third_party/libwebsockets/include/libwebsockets/
Dlws-http.h221 WSI_TOKEN_HOST, enumerator
/third_party/libwebsockets/lib/roles/cgi/
Dcgi-server.c291 lws_hdr_total_length(wsi, WSI_TOKEN_HOST)) { in lws_cgi()
294 lws_hdr_simple_ptr(wsi, WSI_TOKEN_HOST)); in lws_cgi()
/third_party/libwebsockets/lib/roles/ws/
Dserver-ws.c647 if (!lws_hdr_total_length(wsi, WSI_TOKEN_HOST) || in handshake_0405()
/third_party/libwebsockets/lib/roles/h2/
Dhpack.c144 WSI_TOKEN_HOST,
Dhttp2.c2605 lws_add_http_header_by_token(wsi, WSI_TOKEN_HOST, in lws_h2_client_handshake()