Lines Matching refs:h2n
377 ) && wsi->h2.h2n->pps) {
387 if (wsi->h2.h2n->pps)
670 if (wsi->h2.h2n)
671 lws_free_set_NULL(wsi->h2.h2n);
721 struct lws_h2_protocol_send *w = wsi->h2.h2n->pps, *w1;
728 wsi->h2.h2n->pps = NULL;
767 if (wsi->upgraded_to_http2 && !wsi->h2.h2n->pps &&
1303 if (!wsi->h2.h2n)
1304 wsi->h2.h2n = lws_zalloc(sizeof(*wsi->h2.h2n), "h2n");
1305 if (!wsi->h2.h2n)
1313 (int)wsi->h2.h2n->our_set.s[H2SET_HEADER_TABLE_SIZE]))