Searched refs:_lws_log (Results 1 - 3 of 3) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-logs.h | 125 #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 D | openssl-session.c | 38 #define lwsl_tlssess(...) _lws_log(tlssess_loglevel, __VA_ARGS__)
|
/third_party/libwebsockets/lib/core/ |
H A D | logs.c | 474 void _lws_log(int filter, const char *format, ...) in _lws_log() function
|
Completed in 3 milliseconds