Searched refs:tx_cr (Results 1 – 9 of 9) sorted by relevance
/external/libwebsockets/lib/roles/h2/ |
D | http2.c | 255 wsi->txc.tx_cr = nwsi->h2.h2n->peer_set.s[H2SET_INITIAL_WINDOW_SIZE]; in lws_wsi_server_new() 324 wsi->txc.tx_cr = nwsi->h2.h2n->peer_set.s[H2SET_INITIAL_WINDOW_SIZE]; in lws_wsi_h2_adopt() 371 wsi->txc.tx_cr = 65535; in lws_h2_issue_preface() 521 __func__, (int)w->txc.tx_cr, in lws_h2_settings() 523 (int)w->txc.tx_cr + b - in lws_h2_settings() 525 w->txc.tx_cr += b - settings->s[a]; in lws_h2_settings() 526 if (w->txc.tx_cr > 0 && in lws_h2_settings() 527 w->txc.tx_cr <= in lws_h2_settings() 585 int c = wsi->txc.tx_cr; in lws_h2_tx_cr_get() 592 __func__, wsi, c, (int)nwsi->txc.tx_cr); in lws_h2_tx_cr_get() [all …]
|
D | ops-h2.c | 591 wsi->txc.tx_cr += add; in rops_tx_credit_h2() 592 nwsi->txc.tx_cr += add; in rops_tx_credit_h2() 1180 wsi->txc.tx_cr = 65535; in rops_alpn_negotiated_h2()
|
/external/libwebsockets/lib/secure-streams/protocols/ |
D | ss-h2.c | 50 __func__, wsi->txc.tx_cr); in secstream_h2() 51 ss_proxy_onward_txcr((void *)&h[1], wsi->txc.tx_cr); in secstream_h2()
|
/external/libwebsockets/lib/secure-streams/ |
D | secure-streams-client.c | 253 if (h->txc.tx_cr <= 0) { in callback_sspc_client() 256 h->txc.tx_cr); in callback_sspc_client() 265 h->txc.tx_cr -= len; in callback_sspc_client()
|
D | secure-streams-serialize.c | 622 h->txc.tx_cr += par->temp32; in lws_ss_deserialize_parse() 685 h->txc.tx_cr += par->temp32; in lws_ss_deserialize_parse()
|
/external/libwebsockets/lib/core-net/ |
D | wsi.c | 1251 lws_wsi_txc_check_skint(struct lws_tx_credit *txc, int32_t tx_cr) in lws_wsi_txc_check_skint() argument 1253 if (txc->tx_cr <= 0) { in lws_wsi_txc_check_skint() 1262 (int)txc->tx_cr); in lws_wsi_txc_check_skint() 1271 (int)txc->tx_cr); in lws_wsi_txc_check_skint() 1284 (int)txc->peer_tx_cr_est, (int)txc->tx_cr); in lws_wsi_txc_describe()
|
D | private-lib-core-net.h | 1233 lws_wsi_txc_check_skint(struct lws_tx_credit *txc, int32_t tx_cr);
|
/external/libwebsockets/lib/core/ |
D | private-lib-core.h | 142 int32_t tx_cr; /* our credit to write peer */ member
|
/external/libwebsockets/lib/roles/mqtt/ |
D | ops-mqtt.c | 498 wsi->h2.tx_cr); in rops_callback_on_writable_mqtt()
|