Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c768 lws_wsi_txc_check_skint(&wsi->txc, lws_h2_tx_cr_get(wsi))) { in rops_callback_on_writable_h2()
1116 if (lws_wsi_txc_check_skint(&w->txc, in rops_perform_user_POLLOUT_h2()
Dhttp2.c1955 !lws_wsi_txc_check_skint(&eff_wsi->txc, in lws_h2_parse_end_of_frame()
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h1291 lws_wsi_txc_check_skint(struct lws_tx_credit *txc, int32_t tx_cr);
Dwsi.c1558 lws_wsi_txc_check_skint(struct lws_tx_credit *txc, int32_t tx_cr) in lws_wsi_txc_check_skint() function