Home
last modified time | relevance | path

Searched refs:h2_acked_settings (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c796 wsi->h2_acked_settings = 0; in lws_h2_do_pps_send()
1189 !wsi->h2_acked_settings)) { in lws_h2_parse_frame_header()
1195 wsi->h2_acked_settings = 1; in lws_h2_parse_frame_header()
1576 if (!wsi->h2_acked_settings || in lws_h2_parse_end_of_frame()
1584 wsi->h2_acked_settings = 1; in lws_h2_parse_end_of_frame()
/third_party/libwebsockets/lib/core-net/
Dclose.c183 wsi->h2_acked_settings = wsi->seen_nonpseudoheader = in __lws_reset_wsi()
Dprivate-lib-core-net.h763 unsigned int h2_acked_settings:1; member