Home
last modified time | relevance | path

Searched refs:lwsl_hexdump_debug (Results 1 – 3 of 3) sorted by relevance

/external/libwebsockets/lib/abstract/transports/
Dunit-test.c106 lwsl_hexdump_debug(priv->expect->buffer, priv->expect->len); in process_expect()
323 lwsl_hexdump_debug(priv->expect->buffer, len); in lws_atcut_tx()
324 lwsl_hexdump_debug(buf, len); in lws_atcut_tx()
/external/libwebsockets/include/libwebsockets/
Dlws-logs.h125 #define lwsl_hexdump_debug(...) lwsl_hexdump_level(LLL_DEBUG, __VA_ARGS__) macro
/external/libwebsockets/lib/roles/ws/
Dops-ws.c1259 lwsl_hexdump_debug(&wsi->ws->ping_payload_buf[LWS_PRE], in rops_handle_POLLOUT_ws()