Searched refs:lws_h2_update_peer_txcredit (Results 1 - 4 of 4) sorted by relevance
/third_party/libwebsockets/lib/secure-streams/protocols/ |
H A D | ss-h2.c | 199 return lws_h2_update_peer_txcredit(h->wsi, (unsigned int)LWS_H2_STREAM_SID, add); in secstream_tx_credit_add_h2()
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-http.h | 984 * lws_h2_update_peer_txcredit() - manually update stream peer tx credit 1010 lws_h2_update_peer_txcredit(struct lws *wsi, unsigned int sid, int bump);
|
/third_party/libwebsockets/lib/roles/h2/ |
H A D | http2.c | 154 lws_h2_update_peer_txcredit(struct lws *wsi, unsigned int sid, int bump) in lws_h2_update_peer_txcredit() function 210 return lws_h2_update_peer_txcredit(wsi, sid, bump); in lws_h2_update_peer_txcredit_thresh() 1314 if (lws_h2_update_peer_txcredit(h2n->swsi, 2360 lws_h2_update_peer_txcredit(wsi, 0, n); 2677 if (lws_h2_update_peer_txcredit(wsi, wsi->mux.my_sid, n))
|
H A D | ops-h2.c | 616 return lws_h2_update_peer_txcredit(wsi, (unsigned int)-1, add); in rops_tx_credit_h2()
|
Completed in 11 milliseconds