Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/h2/
Dprivate-lib-roles-h2.h286 uint32_t cont_exp_sid; member
Dhttp2.c1005 if (h2n->cont_exp && (h2n->cont_exp_sid != h2n->sid || in lws_h2_parse_frame_header()
1008 __func__, (unsigned int)h2n->cont_exp_sid, h2n->type, in lws_h2_parse_frame_header()
1149 (int)h2n->cont_exp_sid); in lws_h2_parse_frame_header()
1152 h2n->cont_exp_sid != h2n->sid || in lws_h2_parse_frame_header()
1276 h2n->cont_exp_sid = h2n->sid; in lws_h2_parse_frame_header()
1484 h2n->cont_exp_sid = h2n->sid; in lws_h2_parse_end_of_frame()