Searched refs:_lws_log (Results 1 – 2 of 2) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-logs.h | 117 #define _lws_log(aaa, ...) SMSG(__VA_ARGS__) macro 120 _lws_log(int filter, const char *format, ...) LWS_FORMAT(2); 254 #define lwsl_err(...) _lws_log(LLL_ERR, __VA_ARGS__) 260 #define lwsl_warn(...) _lws_log(LLL_WARN, __VA_ARGS__) 266 #define lwsl_notice(...) _lws_log(LLL_NOTICE, __VA_ARGS__) 272 #define lwsl_info(...) _lws_log(LLL_INFO, __VA_ARGS__) 278 #define lwsl_debug(...) _lws_log(LLL_DEBUG, __VA_ARGS__) 284 #define lwsl_parser(...) _lws_log(LLL_PARSER, __VA_ARGS__) 290 #define lwsl_header(...) _lws_log(LLL_HEADER, __VA_ARGS__) 296 #define lwsl_ext(...) _lws_log(LLL_EXT, __VA_ARGS__) [all …]
|
/third_party/libwebsockets/lib/core/ |
D | logs.c | 464 void _lws_log(int filter, const char *format, ...) in _lws_log() function
|