Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/h2/
Dhpack.c758 static uint8_t lws_header_implies_psuedoheader_map[] = { variable
763 static uint8_t lws_header_implies_psuedoheader_map[] = { variable
768 static uint8_t lws_header_implies_psuedoheader_map[] = { variable
773 static uint8_t lws_header_implies_psuedoheader_map[] = { variable
778 static uint8_t lws_header_implies_psuedoheader_map[] = { variable
783 static uint8_t lws_header_implies_psuedoheader_map[] = { variable
788 static uint8_t lws_header_implies_psuedoheader_map[] = { variable
793 static uint8_t lws_header_implies_psuedoheader_map[] = { variable
805 (lws_header_implies_psuedoheader_map[m >> 3] & (1 << (m & 7)))) { in lws_hpack_handle_pseudo_rules()
819 if (!(lws_header_implies_psuedoheader_map[m >> 3] & (1 << (m & 7)))) in lws_hpack_handle_pseudo_rules()
/external/libwebsockets/lib/roles/http/
Dminilex.c139 static unsigned char lws_header_implies_psuedoheader_map[] = { variable
264 if (lws_header_implies_psuedoheader_map[n >> 3] & (1 << (n & 7))) in issue()