Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/
Dwsi.c1567 if (!txc->skint) in lws_wsi_txc_check_skint()
1571 txc->skint = 1; in lws_wsi_txc_check_skint()
1576 if (txc->skint) in lws_wsi_txc_check_skint()
1580 txc->skint = 0; in lws_wsi_txc_check_skint()
1590 __func__, txc, at, (int)sid, txc->skint ? "SKINT, " : "", in lws_wsi_txc_describe()
/third_party/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c535 wsi->h2.skint = 1; in rops_callback_on_writable_mqtt()
539 wsi->h2.skint = 0; in rops_callback_on_writable_mqtt()
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h226 uint8_t skint; /* unable to write anything */ member
/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c1954 if (eff_wsi->txc.skint && in lws_h2_parse_end_of_frame()