Home
last modified time | relevance | path

Searched refs:lws_header_implies_psuedoheader_map (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/roles/h2/
Dhpack.c756 static uint8_t lws_header_implies_psuedoheader_map[] = { variable
761 static uint8_t lws_header_implies_psuedoheader_map[] = { variable
766 static uint8_t lws_header_implies_psuedoheader_map[] = { variable
771 static uint8_t lws_header_implies_psuedoheader_map[] = { variable
776 static uint8_t lws_header_implies_psuedoheader_map[] = { variable
781 static uint8_t lws_header_implies_psuedoheader_map[] = { variable
786 static uint8_t lws_header_implies_psuedoheader_map[] = { variable
791 static uint8_t lws_header_implies_psuedoheader_map[] = { variable
804 (lws_header_implies_psuedoheader_map[m >> 3] & (1 << (m & 7)))) { in lws_hpack_handle_pseudo_rules()
818 if (!(lws_header_implies_psuedoheader_map[m >> 3] & (1 << (m & 7)))) in lws_hpack_handle_pseudo_rules()
/third_party/libwebsockets/lib/roles/http/
Dminilex.c139 static unsigned char lws_header_implies_psuedoheader_map[] = { variable
270 if (lws_header_implies_psuedoheader_map[n >> 3] & (1 << (n & 7))) in issue()