Home
last modified time | relevance | path

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

/external/libwebsockets/lib/secure-streams/protocols/
Dss-h2.c156 return lws_h2_update_peer_txcredit(h->wsi, LWS_H2_STREAM_SID, add); in secstream_tx_credit_add_h2()
/external/libwebsockets/include/libwebsockets/
Dlws-http.h880 lws_h2_update_peer_txcredit(struct lws *wsi, int sid, int bump);
/external/libwebsockets/lib/roles/h2/
Dhttp2.c154 lws_h2_update_peer_txcredit(struct lws *wsi, 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()
1224 if (lws_h2_update_peer_txcredit(h2n->swsi, in lws_h2_parse_frame_header()
2159 lws_h2_update_peer_txcredit(wsi, 0, n); in lws_h2_parser()
2433 if (lws_h2_update_peer_txcredit(wsi, sid, n)) in lws_h2_client_handshake()
Dops-h2.c583 return lws_h2_update_peer_txcredit(wsi, -1, add); in rops_tx_credit_h2()