Searched refs:WSI_TOKEN_HOST (Results 1 – 7 of 7) sorted by relevance
/external/libwebsockets/lib/roles/http/server/ |
D | server.c | 1192 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/ |
D | lws-http.h | 221 WSI_TOKEN_HOST, enumerator
|
/external/libwebsockets/lib/roles/cgi/ |
D | cgi-server.c | 248 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/ |
D | server-ws.c | 591 if (!lws_hdr_total_length(wsi, WSI_TOKEN_HOST) || in handshake_0405()
|
/external/libwebsockets/plugins/generic-sessions/ |
D | protocol_generic_sessions.c | 121 if (lws_hdr_copy(wsi, buf, buflen - 1, WSI_TOKEN_HOST) > 0) in lws_get_effective_host()
|
/external/libwebsockets/lib/roles/h2/ |
D | hpack.c | 144 WSI_TOKEN_HOST,
|
D | http2.c | 2361 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HOST, in lws_h2_client_handshake()
|