Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/h2/
Dhttp2.c219 struct lws_h2_netconn *h2n = nwsi->h2.h2n; in lws_wsi_server_new() local
360 struct lws_h2_netconn *h2n = wsi->h2.h2n; in lws_h2_issue_preface() local
389 struct lws_h2_netconn *h2n = nwsi->h2.h2n; in lws_pps_schedule() local
401 struct lws_h2_netconn *h2n = wsi->h2.h2n; in lws_h2_goaway() local
427 struct lws_h2_netconn *h2n = nwsi->h2.h2n; in lws_h2_rst_stream() local
671 struct lws_h2_netconn *h2n = wsi->h2.h2n; in lws_h2_do_pps_send() local
903 struct lws_h2_netconn *h2n = wsi->h2.h2n; in lws_h2_parse_frame_header() local
1350 struct lws_h2_netconn *h2n = wsi->h2.h2n; in lws_h2_parse_end_of_frame() local
1831 struct lws_h2_netconn *h2n = wsi->h2.h2n; in lws_h2_parser() local
Dhpack.c828 struct lws_h2_netconn *h2n = nwsi->h2.h2n; in lws_hpack_interpret() local
Dprivate-lib-roles-h2.h307 struct lws_h2_netconn *h2n; /* malloc'd for root net conn */ member