Searched refs:WSI_TOKEN_HTTP_COLON_METHOD (Results 1 – 9 of 9) sorted by relevance
/third_party/libwebsockets/lib/roles/http/server/ |
D | access-log.c | 82 me = lws_hdr_simple_ptr(wsi, WSI_TOKEN_HTTP_COLON_METHOD); in lws_prepare_access_log_info()
|
D | server.c | 1391 lws_hdr_simple_ptr(wsi, WSI_TOKEN_HTTP_COLON_METHOD) && in lws_http_proxy_start() 1393 WSI_TOKEN_HTTP_COLON_METHOD), "post") in lws_http_proxy_start() 1401 lws_hdr_simple_ptr(wsi, WSI_TOKEN_HTTP_COLON_METHOD) && in lws_http_proxy_start() 1403 WSI_TOKEN_HTTP_COLON_METHOD), "put") in lws_http_proxy_start() 1411 lws_hdr_simple_ptr(wsi, WSI_TOKEN_HTTP_COLON_METHOD) && in lws_http_proxy_start() 1413 WSI_TOKEN_HTTP_COLON_METHOD), "patch") in lws_http_proxy_start() 1421 lws_hdr_simple_ptr(wsi, WSI_TOKEN_HTTP_COLON_METHOD) && in lws_http_proxy_start() 1423 WSI_TOKEN_HTTP_COLON_METHOD), "delete") in lws_http_proxy_start()
|
/third_party/libwebsockets/lib/roles/h2/ |
D | hpack.c | 108 WSI_TOKEN_HTTP_COLON_METHOD, 109 WSI_TOKEN_HTTP_COLON_METHOD, 231 hdr_token_idx == WSI_TOKEN_HTTP_COLON_METHOD || in lws_frag_start()
|
D | ops-h2.c | 534 p = lws_hdr_simple_ptr(wsi, WSI_TOKEN_HTTP_COLON_METHOD); in rops_check_upgrades_h2() 806 p = lws_hdr_simple_ptr(wsi, WSI_TOKEN_HTTP_COLON_METHOD); in lws_h2_bind_for_post_before_action()
|
D | http2.c | 1761 !lws_hdr_total_length(h2n->swsi, WSI_TOKEN_HTTP_COLON_METHOD) || in lws_h2_parse_end_of_frame() 1787 p = lws_hdr_simple_ptr(h2n->swsi, WSI_TOKEN_HTTP_COLON_METHOD); in lws_h2_parse_end_of_frame() 2555 WSI_TOKEN_HTTP_COLON_METHOD, in lws_h2_client_handshake()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-http.h | 267 WSI_TOKEN_HTTP_COLON_METHOD, enumerator
|
/third_party/libwebsockets/lib/secure-streams/protocols/ |
D | ss-h1.c | 1063 m = lws_hdr_total_length(wsi, WSI_TOKEN_HTTP_COLON_METHOD); in secstream_h1() 1067 WSI_TOKEN_HTTP_COLON_METHOD), (unsigned int)m)) in secstream_h1()
|
/third_party/libwebsockets/lib/roles/cgi/ |
D | cgi-server.c | 223 lws_hdr_simple_ptr(wsi, WSI_TOKEN_HTTP_COLON_METHOD)); in lws_cgi() 226 WSI_TOKEN_HTTP_COLON_METHOD)); in lws_cgi()
|
/third_party/libwebsockets/lib/roles/http/ |
D | parsers.c | 1553 if (lws_hdr_total_length(wsi, WSI_TOKEN_HTTP_COLON_METHOD)) { in lws_http_cookie_get()
|