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()
278 lws_wsi_txc_describe(&wsi->txc, __func__, wsi->mux.my_sid); in lws_wsi_server_new()
321 if (!wsi->mux.my_sid) { in lws_wsi_h2_adopt()
322 wsi->mux.my_sid = nwsi->h2.h2n->highest_sid; in lws_wsi_h2_adopt()
328 wsi, (int)wsi->mux.my_sid, (int)nwsi->h2.h2n->highest_sid); in lws_wsi_h2_adopt()
330 lws_wsi_mux_insert(wsi, parent_wsi, wsi->mux.my_sid); in lws_wsi_h2_adopt()
336 lws_wsi_txc_describe(&wsi->txc, __func__, wsi->mux.my_sid); in lws_wsi_h2_adopt()
449 (int)err, wsi->mux.my_sid, reason); in lws_h2_rst_stream()
451 pps->u.rs.sid = wsi->mux.my_sid; in lws_h2_rst_stream()
1236 h2n->swsi->mux.my_sid, 4 * 65536)) in lws_h2_parse_frame_header()
1261 if (w->mux.my_sid < h2n->sid && in lws_h2_parse_frame_header()
1781 eff_wsi->mux.my_sid); in lws_h2_parse_end_of_frame()
2062 h2n->swsi->mux.my_sid); in lws_h2_parser()
2344 wsi->mux.my_sid = nwsi->h2.h2n->highest_sid_opened = sid; in lws_h2_client_handshake()
2348 __func__, wsi->mux.my_sid); in lws_h2_client_handshake()
2458 if (lws_h2_update_peer_txcredit(wsi, wsi->mux.my_sid, n)) in lws_h2_client_handshake()