Home
last modified time | relevance | path

Searched refs:_lws_log (Results 1 - 3 of 3) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-logs.h125 #define _lws_log(aaa, ...) SMSG(__VA_ARGS__) macro
128 _lws_log(int filter, const char *format, ...) LWS_FORMAT(2);
262 #define lwsl_err(...) _lws_log(LLL_ERR, __VA_ARGS__)
268 #define lwsl_warn(...) _lws_log(LLL_WARN, __VA_ARGS__)
274 #define lwsl_notice(...) _lws_log(LLL_NOTICE, __VA_ARGS__)
280 #define lwsl_info(...) _lws_log(LLL_INFO, __VA_ARGS__)
286 #define lwsl_debug(...) _lws_log(LLL_DEBUG, __VA_ARGS__)
292 #define lwsl_parser(...) _lws_log(LLL_PARSER, __VA_ARGS__)
298 #define lwsl_header(...) _lws_log(LLL_HEADER, __VA_ARGS__)
304 #define lwsl_ext(...) _lws_log(LLL_EX
[all...]
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-session.c38 #define lwsl_tlssess(...) _lws_log(tlssess_loglevel, __VA_ARGS__)
/third_party/libwebsockets/lib/core/
H A Dlogs.c474 void _lws_log(int filter, const char *format, ...) in _lws_log() function

Completed in 3 milliseconds