Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/h2/
Dops-h2.c734 lws_wsi_txc_check_skint(&wsi->txc, lws_h2_tx_cr_get(wsi))) { in rops_callback_on_writable_h2()
987 if (lws_wsi_txc_check_skint(&w->txc, in rops_perform_user_POLLOUT_h2()
Dhttp2.c1781 !lws_wsi_txc_check_skint(&eff_wsi->txc, in lws_h2_parse_end_of_frame()
/external/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h1233 lws_wsi_txc_check_skint(struct lws_tx_credit *txc, int32_t tx_cr);
Dwsi.c1251 lws_wsi_txc_check_skint(struct lws_tx_credit *txc, int32_t tx_cr) in lws_wsi_txc_check_skint() function