Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/h2/
Dhpack.c848 h2n->is_first_header_char = 1; in lws_hpack_interpret()
1187 if (h2n->is_first_header_char) { in lws_hpack_interpret()
1188 h2n->is_first_header_char = 0; in lws_hpack_interpret()
1348 h2n->is_first_header_char = 1; in lws_hpack_interpret()
Dprivate-lib-roles-h2.h272 unsigned int is_first_header_char:1; member