Home
last modified time | relevance | path

Searched refs:tx_cr (Results 1 – 9 of 9) sorted by relevance

/external/libwebsockets/lib/roles/h2/
Dhttp2.c255 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 …]
Dops-h2.c591 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/
Dss-h2.c50 __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/
Dsecure-streams-client.c253 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()
Dsecure-streams-serialize.c622 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/
Dwsi.c1251 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()
Dprivate-lib-core-net.h1233 lws_wsi_txc_check_skint(struct lws_tx_credit *txc, int32_t tx_cr);
/external/libwebsockets/lib/core/
Dprivate-lib-core.h142 int32_t tx_cr; /* our credit to write peer */ member
/external/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c498 wsi->h2.tx_cr); in rops_callback_on_writable_mqtt()