Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c811 if (!lws_hdr_total_length(wsi, WSI_TOKEN_HTTP_COLON_PATH) || in lws_h2_bind_for_post_before_action()
812 !lws_hdr_simple_ptr(wsi, WSI_TOKEN_HTTP_COLON_PATH)) in lws_h2_bind_for_post_before_action()
823 lws_hdr_simple_ptr(wsi, WSI_TOKEN_HTTP_COLON_PATH), in lws_h2_bind_for_post_before_action()
824 lws_hdr_total_length(wsi, WSI_TOKEN_HTTP_COLON_PATH)); in lws_h2_bind_for_post_before_action()
827 lws_hdr_simple_ptr(wsi, WSI_TOKEN_HTTP_COLON_PATH), in lws_h2_bind_for_post_before_action()
Dhpack.c110 WSI_TOKEN_HTTP_COLON_PATH,
111 WSI_TOKEN_HTTP_COLON_PATH,
232 hdr_token_idx == WSI_TOKEN_HTTP_COLON_PATH || in lws_frag_start()
1149 WSI_TOKEN_HTTP_COLON_PATH) { in lws_hpack_interpret()
Dhttp2.c1766 if (!lws_hdr_total_length(h2n->swsi, WSI_TOKEN_HTTP_COLON_PATH) || in lws_h2_parse_end_of_frame()
1802 WSI_TOKEN_HTTP_COLON_PATH]; in lws_h2_parse_end_of_frame()
2589 WSI_TOKEN_HTTP_COLON_PATH, in lws_h2_client_handshake()
2795 uri_ptr = lws_hdr_simple_ptr(wsi, WSI_TOKEN_HTTP_COLON_PATH); in lws_h2_ws_handshake()
2796 n = lws_hdr_total_length(wsi, WSI_TOKEN_HTTP_COLON_PATH); in lws_h2_ws_handshake()
/third_party/libwebsockets/include/libwebsockets/
Dlws-http.h268 WSI_TOKEN_HTTP_COLON_PATH, enumerator
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c1075 m = lws_hdr_total_length(wsi, WSI_TOKEN_HTTP_COLON_PATH); in secstream_h1()
1078 WSI_TOKEN_HTTP_COLON_PATH), (unsigned int)m)) in secstream_h1()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c971 WSI_TOKEN_HTTP_COLON_PATH)) || in lws_find_mount()
1111 WSI_TOKEN_HTTP_COLON_PATH,
1132 lws_hdr_total_length(wsi, WSI_TOKEN_HTTP_COLON_PATH) in lws_http_get_uri_and_method()
/third_party/libwebsockets/lib/roles/cgi/
Dcgi-server.c189 WSI_TOKEN_HTTP_COLON_PATH, in lws_cgi()