Searched refs:WSI_TOKEN_HTTP_COLON_STATUS (Results 1 – 4 of 4) sorted by relevance
/third_party/libwebsockets/lib/roles/h2/ |
D | hpack.c | 114 WSI_TOKEN_HTTP_COLON_STATUS, 115 WSI_TOKEN_HTTP_COLON_STATUS, 116 WSI_TOKEN_HTTP_COLON_STATUS, 117 WSI_TOKEN_HTTP_COLON_STATUS, 118 WSI_TOKEN_HTTP_COLON_STATUS, 119 WSI_TOKEN_HTTP_COLON_STATUS, 120 WSI_TOKEN_HTTP_COLON_STATUS, 1472 if (lws_add_http2_header_by_token(wsi, WSI_TOKEN_HTTP_COLON_STATUS, in lws_add_http2_header_status()
|
D | http2.c | 1769 lws_hdr_total_length(h2n->swsi, WSI_TOKEN_HTTP_COLON_STATUS) || in lws_h2_parse_end_of_frame()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-http.h | 270 WSI_TOKEN_HTTP_COLON_STATUS, enumerator
|
/third_party/libwebsockets/lib/roles/http/client/ |
D | client-http.c | 679 p = lws_hdr_simple_ptr(wsi, WSI_TOKEN_HTTP_COLON_STATUS); in lws_client_interpret_server_handshake()
|