Searched defs:h2n (Results 1 - 3 of 3) sorted by relevance
/third_party/libwebsockets/lib/roles/h2/ | ||
H A D | http2.c | 220 struct lws_h2_netconn *h2n = nwsi->h2.h2n; in __lws_wsi_server_new() local 391 struct lws_h2_netconn *h2n = wsi->h2.h2n; lws_h2_issue_preface() local 432 struct lws_h2_netconn *h2n = nwsi->h2.h2n; lws_pps_schedule() local 450 struct lws_h2_netconn *h2n = wsi->h2.h2n; lws_h2_goaway() local 476 struct lws_h2_netconn *h2n = nwsi->h2.h2n; lws_h2_rst_stream() local [all...] |
H A D | hpack.c | 827 struct lws_h2_netconn *h2n = nwsi->h2.h2n; lws_hpack_interpret() local [all...] |
H A D | private-lib-roles-h2.h | 308 struct lws_h2_netconn *h2n; /* malloc'd for root net conn */ member |
Completed in 3 milliseconds