Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/h2/
Dhpack.c804 if (wsi->seen_nonpseudoheader && in lws_hpack_handle_pseudo_rules()
820 wsi->seen_nonpseudoheader = 1; in lws_hpack_handle_pseudo_rules()
1249 wsi->seen_nonpseudoheader = 1; in lws_hpack_interpret()
Dhttp2.c253 wsi->seen_nonpseudoheader = 0; in lws_wsi_server_new()
311 wsi->seen_nonpseudoheader = 0; in lws_wsi_h2_adopt()
/external/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h767 unsigned int seen_nonpseudoheader:1; member