Home
last modified time | relevance | path

Searched defs:h2n (Results 1 – 3 of 3) sorted by relevance

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