Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/h2/
Dprivate-lib-roles-h2.h251 struct lws_h2_netconn { struct
308 struct lws_h2_netconn *h2n; /* malloc'd for root net conn */ argument
Dhttp2.c220 struct lws_h2_netconn *h2n = nwsi->h2.h2n; in __lws_wsi_server_new()
391 struct lws_h2_netconn *h2n = wsi->h2.h2n; in lws_h2_issue_preface()
432 struct lws_h2_netconn *h2n = nwsi->h2.h2n; in lws_pps_schedule()
444 struct lws_h2_netconn *h2n = wsi->h2.h2n; in lws_h2_goaway()
470 struct lws_h2_netconn *h2n = nwsi->h2.h2n; in lws_h2_rst_stream()
716 struct lws_h2_netconn *h2n = wsi->h2.h2n; in lws_h2_do_pps_send()
960 struct lws_h2_netconn *h2n = wsi->h2.h2n; in lws_h2_parse_frame_header()
1438 struct lws_h2_netconn *h2n = wsi->h2.h2n; in lws_h2_parse_end_of_frame()
2005 struct lws_h2_netconn *h2n = wsi->h2.h2n; in lws_h2_parser()
Dhpack.c827 struct lws_h2_netconn *h2n = nwsi->h2.h2n; in lws_hpack_interpret()