Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c631 return lws_h2_tx_cr_get(wsi); in rops_tx_credit_h2()
768 lws_wsi_txc_check_skint(&wsi->txc, lws_h2_tx_cr_get(wsi))) { in rops_callback_on_writable_h2()
1117 lws_h2_tx_cr_get(w))) { in rops_perform_user_POLLOUT_h2()
Dprivate-lib-roles-h2.h363 lws_h2_tx_cr_get(struct lws *wsi);
Dhttp2.c626 lws_h2_tx_cr_get(struct lws *wsi) in lws_h2_tx_cr_get() function
1956 lws_h2_tx_cr_get(eff_wsi))) in lws_h2_parse_end_of_frame()
/third_party/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c524 !lws_h2_tx_cr_get(wsi)) { in rops_callback_on_writable_mqtt()