Searched refs:my_sid (Results 1 – 5 of 5) sorted by relevance
/third_party/libwebsockets/lib/roles/h2/ |
D | http2.c | 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() [all …]
|
D | ops-h2.c | 512 n = lws_h2_frame_write(wsi, n, flags, wsi->mux.my_sid, (unsigned int)len, buf); in rops_write_role_protocol_h2() 967 __func__, lws_wsi_tag(w), w->mux.my_sid, in rops_perform_user_POLLOUT_h2()
|
/third_party/libwebsockets/lib/core-net/ |
D | wsi.c | 1369 lws_wsi_tag(parent_wsi), sid, wsi->mux.my_sid); in lws_wsi_mux_insert() 1371 if (wsi->mux.my_sid && wsi->mux.my_sid != (unsigned int)sid) in lws_wsi_mux_insert() 1374 wsi->mux.my_sid = sid; in lws_wsi_mux_insert() 1391 if (wsi->mux.my_sid == sid) in lws_wsi_mux_from_id() 1472 wsi->mux.my_sid, lwsi_state(wsi), in lws_wsi_mux_dump_waiting_children() 1493 wsi2->mux.my_sid); in lws_wsi_mux_mark_parents_needing_writeable()
|
D | private-lib-core-net.h | 41 unsigned int my_sid; member
|
/third_party/libwebsockets/lib/roles/mqtt/ |
D | mqtt.c | 2455 lws_wsi_mux_insert(wsi, parent_wsi, wsi->mux.my_sid); in lws_wsi_mqtt_adopt()
|