Searched refs:lws_h2_update_peer_txcredit (Results 1 – 4 of 4) sorted by relevance
/external/libwebsockets/lib/secure-streams/protocols/ |
D | ss-h2.c | 156 return lws_h2_update_peer_txcredit(h->wsi, LWS_H2_STREAM_SID, add); in secstream_tx_credit_add_h2()
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-http.h | 880 lws_h2_update_peer_txcredit(struct lws *wsi, int sid, int bump);
|
/external/libwebsockets/lib/roles/h2/ |
D | http2.c | 154 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()
|
D | ops-h2.c | 583 return lws_h2_update_peer_txcredit(wsi, -1, add); in rops_tx_credit_h2()
|