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/
H A 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()
H A 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/
H A 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()
2241 h2n->swsi->txc.peer_tx_cr_est -= n;
2242 wsi->txc.peer_tx_cr_est -= n;
2329 h2n->swsi->txc.peer_tx_cr_est
[all...]
H A 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/
H A Dprivate-lib-core.h228 int32_t peer_tx_cr_est; /* peer's credit to write us */ member
/third_party/libwebsockets/lib/core-net/
H A Dwsi.c1591 (int)txc->peer_tx_cr_est, (int)txc->tx_cr); in lws_wsi_txc_describe()

Completed in 10 milliseconds