Home
last modified time | relevance | path

Searched refs:WSI_TOKEN_HTTP_COLON_METHOD (Results 1 – 9 of 9) sorted by relevance

/third_party/libwebsockets/lib/roles/http/server/
Daccess-log.c82 me = lws_hdr_simple_ptr(wsi, WSI_TOKEN_HTTP_COLON_METHOD); in lws_prepare_access_log_info()
Dserver.c1391 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/
Dhpack.c108 WSI_TOKEN_HTTP_COLON_METHOD,
109 WSI_TOKEN_HTTP_COLON_METHOD,
231 hdr_token_idx == WSI_TOKEN_HTTP_COLON_METHOD || in lws_frag_start()
Dops-h2.c534 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()
Dhttp2.c1761 !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/
Dlws-http.h267 WSI_TOKEN_HTTP_COLON_METHOD, enumerator
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c1063 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/
Dcgi-server.c223 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/
Dparsers.c1553 if (lws_hdr_total_length(wsi, WSI_TOKEN_HTTP_COLON_METHOD)) { in lws_http_cookie_get()