Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c1077 if (h2n->cont_exp && h2n->type != LWS_H2_FRAME_TYPE_COUNT && in lws_h2_parse_frame_header()
1083 h2n->cont_exp = 0; in lws_h2_parse_frame_header()
1221 (unsigned int)h2n->sid, (int)h2n->cont_exp, in lws_h2_parse_frame_header()
1224 if (!h2n->cont_exp || in lws_h2_parse_frame_header()
1340 h2n->cont_exp = !(h2n->flags & LWS_H2_FLAG_END_HEADERS); in lws_h2_parse_frame_header()
1371 h2n->cont_exp = 0; in lws_h2_parse_frame_header()
1612 h2n->cont_exp = 1; in lws_h2_parse_end_of_frame()
Dprivate-lib-roles-h2.h267 unsigned int cont_exp:1; member