Home
last modified time | relevance | path

Searched refs:my_sid (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c165 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()
[all …]
Dops-h2.c482 n = lws_h2_frame_write(wsi, n, flags, wsi->mux.my_sid, (int)len, buf); in rops_write_role_protocol_h2()
863 __func__, w, w->mux.my_sid, (unsigned int)w->wsistate); in rops_perform_user_POLLOUT_h2()
/third_party/libwebsockets/lib/core-net/
Dwsi.c1070 wsi, parent_wsi, sid, wsi->mux.my_sid); in lws_wsi_mux_insert()
1072 if (wsi->mux.my_sid && wsi->mux.my_sid != (unsigned int)sid) in lws_wsi_mux_insert()
1075 wsi->mux.my_sid = sid; in lws_wsi_mux_insert()
1092 if (wsi->mux.my_sid == sid) in lws_wsi_mux_from_id()
1171 wsi, wsi->mux.my_sid, lwsi_state(wsi), in lws_wsi_mux_dump_waiting_children()
1192 __func__, wsi2, wsi2->mux.my_sid); in lws_wsi_mux_mark_parents_needing_writeable()
Dprivate-lib-core-net.h41 unsigned int my_sid; member
/third_party/libwebsockets/lib/roles/mqtt/
Dmqtt.c2102 lws_wsi_mux_insert(wsi, parent_wsi, wsi->mux.my_sid); in lws_wsi_mqtt_adopt()