Searched refs:skint (Results 1 - 4 of 4) sorted by relevance
/third_party/libwebsockets/lib/core-net/ |
H A D | wsi.c | 1567 if (!txc->skint) in lws_wsi_txc_check_skint() 1568 lwsl_info("%s: %p: skint (%d)\n", __func__, txc, 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/ |
H A D | ops-mqtt.c | 533 lwsl_notice("%s: %p: skint (%d)\n", __func__, wsi, in rops_callback_on_writable_mqtt() 535 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/ |
H A D | private-lib-core.h | 232 uint8_t skint; /* unable to write anything */ member
|
/third_party/libwebsockets/lib/roles/h2/ |
H A D | http2.c | 1960 if (eff_wsi->txc.skint && 1964 * This one became un-skint, schedule a writeable
|
Completed in 8 milliseconds