Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/h2/
Dhttp2.c284 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()
564 __func__, (int)w->txc.tx_cr, in lws_h2_settings()
566 (int)(w->txc.tx_cr + (int)b - in lws_h2_settings()
568 w->txc.tx_cr += (int)b - (int)settings->s[a]; in lws_h2_settings()
569 if (w->txc.tx_cr > 0 && in lws_h2_settings()
570 w->txc.tx_cr <= in lws_h2_settings()
628 int c = wsi->txc.tx_cr; in lws_h2_tx_cr_get()
635 __func__, lws_wsi_tag(wsi), c, (int)nwsi->txc.tx_cr); in lws_h2_tx_cr_get()
[all …]
Dops-h2.c624 wsi->txc.tx_cr += add; in rops_tx_credit_h2()
625 nwsi->txc.tx_cr += add; in rops_tx_credit_h2()
1308 wsi->txc.tx_cr = 65535; in rops_alpn_negotiated_h2()
/external/libwebsockets/lib/secure-streams/protocols/
Dss-h2.c54 __func__, wsi->txc.tx_cr); in secstream_h2()
55 ss_proxy_onward_txcr((void *)&h[1], wsi->txc.tx_cr); in secstream_h2()
/external/libwebsockets/lib/secure-streams/
Dsecure-streams-client.c516 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()
Dsecure-streams-serialize.c831 h->txc.tx_cr += par->temp32; in lws_ss_deserialize_parse()
937 h->txc.tx_cr += par->temp32; in lws_ss_deserialize_parse()
/external/libwebsockets/lib/core-net/
Dwsi.c1558 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()
Dprivate-lib-core-net.h1291 lws_wsi_txc_check_skint(struct lws_tx_credit *txc, int32_t tx_cr);
/external/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c534 wsi->h2.tx_cr); in rops_callback_on_writable_mqtt()
/external/libwebsockets/lib/core/
Dprivate-lib-core.h221 int32_t tx_cr; /* our credit to write peer */ member