Home
last modified time | relevance | path

Searched refs:peer_tx_cr_est (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams-client.c411 lws_ser_wu32be(&s[8], (uint32_t)h->txc.peer_tx_cr_est); in callback_sspc_client()
673 h->txc.peer_tx_cr_est = 500000000; in lws_sspc_create()
675 h->txc.peer_tx_cr_est = ssi->manual_initial_tx_credit; in lws_sspc_create()
976 h->txc.peer_tx_cr_est += tx_cr_adjust; in _lws_sspc_set_metadata()
1049 return h->txc.peer_tx_cr_est; in lws_sspc_get_est_peer_tx_credit()
Dsecure-streams-serialize.c760 h->txc.peer_tx_cr_est -= n; in lws_ss_deserialize_parse()
923 txc.peer_tx_cr_est); in lws_ss_deserialize_parse()
/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c168 (int)wsi->txc.peer_tx_cr_est + bump); in lws_h2_update_peer_txcredit()
176 wsi->txc.peer_tx_cr_est += bump; in lws_h2_update_peer_txcredit()
188 nwsi->txc.peer_tx_cr_est += bump; in lws_h2_update_peer_txcredit()
201 return (int)wsi->txc.peer_tx_cr_est; in lws_h2_get_peer_txcredit_estimate()
207 if (wsi->txc.peer_tx_cr_est > threshold) in lws_h2_update_peer_txcredit_thresh()
285 wsi->txc.peer_tx_cr_est = in __lws_wsi_server_new()
359 wsi->txc.peer_tx_cr_est = (int32_t) in lws_wsi_h2_adopt()
2235 h2n->swsi->txc.peer_tx_cr_est -= n; in lws_h2_parser()
2236 wsi->txc.peer_tx_cr_est -= n; in lws_h2_parser()
2323 h2n->swsi->txc.peer_tx_cr_est -= n; in lws_h2_parser()
[all …]
Dops-h2.c633 n = wsi->txc.peer_tx_cr_est; in rops_tx_credit_h2()
634 if (n > nwsi->txc.peer_tx_cr_est) in rops_tx_credit_h2()
635 n = nwsi->txc.peer_tx_cr_est; in rops_tx_credit_h2()
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h222 int32_t peer_tx_cr_est; /* peer's credit to write us */ member
/third_party/libwebsockets/lib/core-net/
Dwsi.c1591 (int)txc->peer_tx_cr_est, (int)txc->tx_cr); in lws_wsi_txc_describe()