Home
last modified time | relevance | path

Searched refs:tx_cr_add (Results 1 – 2 of 2) sorted by relevance

/external/libwebsockets/lib/secure-streams/
Dprivate-lib-secure-streams.h578 secstream_protocol_add_txcr_t tx_cr_add; member
Dsecure-streams.c1711 if (h->wsi && ssp && ssp->tx_cr_add) in lws_ss_add_peer_tx_credit()
1712 return ssp->tx_cr_add(h, bump); in lws_ss_add_peer_tx_credit()
1726 if (h->wsi && ssp && ssp->tx_cr_add) in lws_ss_get_est_peer_tx_credit()