Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/h2/
Dprivate-lib-roles-h2.h271 unsigned int collected_priority:1; member
Dhttp2.c1452 if (h2n->collected_priority && (h2n->dep & ~(1u << 31)) == h2n->sid) { in lws_h2_parse_end_of_frame()
2078 !h2n->collected_priority) { in lws_h2_parser()
2088 h2n->collected_priority = 1; in lws_h2_parser()
2441 h2n->collected_priority = 0; in lws_h2_parser()