Searched refs:tx_cr (Results 1 - 9 of 9) sorted by relevance
/third_party/libwebsockets/lib/roles/h2/ |
H A D | http2.c | 284 wsi->txc.tx_cr = (int32_t)nwsi->h2.h2n->peer_set.s[H2SET_INITIAL_WINDOW_SIZE]; in __lws_wsi_server_new() 358 wsi->txc.tx_cr = (int32_t)nwsi->h2.h2n->peer_set.s[H2SET_INITIAL_WINDOW_SIZE]; in lws_wsi_h2_adopt() 414 wsi->txc.tx_cr = 65535; in lws_h2_issue_preface() 570 __func__, (int)w->txc.tx_cr, in lws_h2_settings() 572 (int)(w->txc.tx_cr + (int)b - in lws_h2_settings() 574 w->txc.tx_cr += (int)b - (int)settings->s[a]; in lws_h2_settings() 575 if (w->txc.tx_cr > 0 && in lws_h2_settings() 576 w->txc.tx_cr <= in lws_h2_settings() 634 int c = wsi->txc.tx_cr; 641 __func__, lws_wsi_tag(wsi), c, (int)nwsi->txc.tx_cr); [all...] |
H A D | ops-h2.c | 624 wsi->txc.tx_cr += add; in rops_tx_credit_h2() 625 nwsi->txc.tx_cr += add; in rops_tx_credit_h2() 1315 wsi->txc.tx_cr = 65535; in rops_alpn_negotiated_h2()
|
/third_party/libwebsockets/lib/secure-streams/protocols/ |
H A D | ss-h2.c | 54 __func__, wsi->txc.tx_cr); in secstream_h2() 55 ss_proxy_onward_txcr((void *)(h + 1), wsi->txc.tx_cr); in secstream_h2()
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | secure-streams-client.c | 516 if (!h->ignore_txc && h->txc.tx_cr <= 0) { in callback_sspc_client() 519 h->txc.tx_cr); in callback_sspc_client() 545 h->txc.tx_cr = h->txc.tx_cr - (int)len; in callback_sspc_client()
|
H A D | secure-streams-serialize.c | 831 h->txc.tx_cr += par->temp32; in lws_ss_deserialize_parse() 937 h->txc.tx_cr += par->temp32; in lws_ss_deserialize_parse()
|
/third_party/libwebsockets/lib/core-net/ |
H A D | wsi.c | 1558 lws_wsi_txc_check_skint(struct lws_tx_credit *txc, int32_t tx_cr) in lws_wsi_txc_check_skint() argument 1560 if (txc->tx_cr <= 0) { in lws_wsi_txc_check_skint() 1569 (int)txc->tx_cr); in lws_wsi_txc_check_skint() 1578 (int)txc->tx_cr); in lws_wsi_txc_check_skint() 1591 (int)txc->peer_tx_cr_est, (int)txc->tx_cr); in lws_wsi_txc_describe()
|
H A D | private-lib-core-net.h | 1291 lws_wsi_txc_check_skint(struct lws_tx_credit *txc, int32_t tx_cr);
|
/third_party/libwebsockets/lib/core/ |
H A D | private-lib-core.h | 227 int32_t tx_cr; /* our credit to write peer */ member
|
/third_party/libwebsockets/lib/roles/mqtt/ |
H A D | ops-mqtt.c | 534 wsi->h2.tx_cr); in rops_callback_on_writable_mqtt()
|
Completed in 13 milliseconds