Lines Matching refs:my_sid
165 sid = wsi->mux.my_sid; in lws_h2_update_peer_txcredit()
178 lws_wsi_txc_describe(&wsi->txc, __func__, wsi->mux.my_sid); in lws_h2_update_peer_txcredit()
190 lws_wsi_txc_describe(&nwsi->txc, __func__, nwsi->mux.my_sid); in lws_h2_update_peer_txcredit()
200 lws_wsi_txc_describe(&wsi->txc, __func__, wsi->mux.my_sid); in lws_h2_get_peer_txcredit_estimate()
306 lws_wsi_txc_describe(&wsi->txc, __func__, wsi->mux.my_sid); in __lws_wsi_server_new()
347 if (!wsi->mux.my_sid) { in lws_wsi_h2_adopt()
348 wsi->mux.my_sid = nwsi->h2.h2n->highest_sid; in lws_wsi_h2_adopt()
354 lws_wsi_tag(wsi), (int)wsi->mux.my_sid, (int)nwsi->h2.h2n->highest_sid); in lws_wsi_h2_adopt()
356 lws_wsi_mux_insert(wsi, parent_wsi, wsi->mux.my_sid); in lws_wsi_h2_adopt()
362 lws_wsi_txc_describe(&wsi->txc, __func__, wsi->mux.my_sid); in lws_wsi_h2_adopt()
490 (int)err, wsi->mux.my_sid, reason); in lws_h2_rst_stream()
492 pps->u.rs.sid = wsi->mux.my_sid; in lws_h2_rst_stream()
1315 h2n->swsi->mux.my_sid, 4 * 65536)) in lws_h2_parse_frame_header()
1340 if (w->mux.my_sid < h2n->sid && in lws_h2_parse_frame_header()
1945 eff_wsi->mux.my_sid); in lws_h2_parse_end_of_frame()
2245 h2n->swsi->mux.my_sid); in lws_h2_parser()
2542 wsi->mux.my_sid = nwsi->h2.h2n->highest_sid_opened = sid; in lws_h2_client_handshake()
2548 __func__, wsi->mux.my_sid); in lws_h2_client_handshake()
2677 if (lws_h2_update_peer_txcredit(wsi, wsi->mux.my_sid, n)) in lws_h2_client_handshake()