Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/http/server/
Dserver.c1192 n = lws_hdr_total_length(wsi, WSI_TOKEN_HOST); in lws_http_proxy_start()
1194 i.host = lws_hdr_simple_ptr(wsi, WSI_TOKEN_HOST); in lws_http_proxy_start()
1200 !lws_hdr_simple_ptr(wsi, WSI_TOKEN_HOST)) in lws_http_proxy_start()
1203 i.host = lws_hdr_simple_ptr(wsi, WSI_TOKEN_HOST); in lws_http_proxy_start()
1335 if (!lws_hdr_total_length(wsi, WSI_TOKEN_HOST)) { in lws_http_redirect_hit()
1353 lws_hdr_simple_ptr(wsi, WSI_TOKEN_HOST), in lws_http_redirect_hit()
1503 n = lws_hdr_total_length(wsi, WSI_TOKEN_HOST); in lws_http_action()
1508 memcpy(p, lws_hdr_simple_ptr(wsi, WSI_TOKEN_HOST), n); in lws_http_action()
1820 if (!lws_hdr_total_length(wsi, WSI_TOKEN_HOST)) { in lws_confirm_host_header()
1834 n = lws_hdr_copy(wsi, buf, sizeof(buf) - 1, WSI_TOKEN_HOST); in lws_confirm_host_header()
[all …]
/external/libwebsockets/include/libwebsockets/
Dlws-http.h221 WSI_TOKEN_HOST, enumerator
/external/libwebsockets/lib/roles/cgi/
Dcgi-server.c248 lws_hdr_total_length(wsi, WSI_TOKEN_HOST)) { in lws_cgi()
251 lws_hdr_simple_ptr(wsi, WSI_TOKEN_HOST)); in lws_cgi()
/external/libwebsockets/lib/roles/ws/
Dserver-ws.c591 if (!lws_hdr_total_length(wsi, WSI_TOKEN_HOST) || in handshake_0405()
/external/libwebsockets/plugins/generic-sessions/
Dprotocol_generic_sessions.c121 if (lws_hdr_copy(wsi, buf, buflen - 1, WSI_TOKEN_HOST) > 0) in lws_get_effective_host()
/external/libwebsockets/lib/roles/h2/
Dhpack.c144 WSI_TOKEN_HOST,
Dhttp2.c2361 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HOST, in lws_h2_client_handshake()