Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/ws/
Dops-ws.c609 lwsl_ext("%s: +++ passing %d %p to ext\n", __func__, in lws_ws_rx_sm()
1361 lwsl_ext("SERVICING TX EXT DRAINING\n"); in rops_handle_POLLOUT_ws()
1371 lwsl_ext("%s: !wsi->ws->extension_data_pending\n", __func__); in rops_handle_POLLOUT_ws()
1553 lwsl_ext("%s: CLEARING tx_draining_ext\n", __func__); in rops_close_role_ws()
1600 lwsl_ext("%s: CLEARING tx_draining_ext\n", __func__); in rops_write_role_protocol_ws()
1625 lwsl_ext("FORCED draining wp to 0x%02X " in rops_write_role_protocol_ws()
1680 lwsl_ext("%s: defl ext ret %d, ext in remaining %d, " in rops_write_role_protocol_ws()
1685 lwsl_ext("%s: HAS PENDING: write drain len %d " in rops_write_role_protocol_ws()
Dserver-ws.c920 lwsl_ext("%s: issuing zero length FIN pkt\n", __func__); in lws_ws_frame_rest_is_payload()
/third_party/libwebsockets/include/libwebsockets/
Dlws-logs.h296 #define lwsl_ext(...) _lws_log(LLL_EXT, __VA_ARGS__) macro
298 #define lwsl_ext(...) do {} while(0) macro
/third_party/libwebsockets/READMEs/
DREADME.logging.md26 |`LLL_EXT`|`lwsl_ext()`|n|Very detailed information about ws extensions|