Home
last modified time | relevance | path

Searched refs:lws_h2_update_peer_txcredit (Results 1 - 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/secure-streams/protocols/
H A Dss-h2.c199 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 Dlws-http.h984 * 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 Dhttp2.c154 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 Dops-h2.c616 return lws_h2_update_peer_txcredit(wsi, (unsigned int)-1, add); in rops_tx_credit_h2()

Completed in 11 milliseconds