Searched refs:lws_header_implies_psuedoheader_map (Results 1 – 2 of 2) sorted by relevance
758 static uint8_t lws_header_implies_psuedoheader_map[] = { variable763 static uint8_t lws_header_implies_psuedoheader_map[] = { variable768 static uint8_t lws_header_implies_psuedoheader_map[] = { variable773 static uint8_t lws_header_implies_psuedoheader_map[] = { variable778 static uint8_t lws_header_implies_psuedoheader_map[] = { variable783 static uint8_t lws_header_implies_psuedoheader_map[] = { variable788 static uint8_t lws_header_implies_psuedoheader_map[] = { variable793 static uint8_t lws_header_implies_psuedoheader_map[] = { variable805 (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()
139 static unsigned char lws_header_implies_psuedoheader_map[] = { variable264 if (lws_header_implies_psuedoheader_map[n >> 3] & (1 << (n & 7))) in issue()