Home
last modified time | relevance | path

Searched refs:LLL_INFO (Results 1 – 8 of 8) sorted by relevance

/external/libwebsockets/include/libwebsockets/
Dlws-logs.h41 LLL_INFO = 1 << 3, enumerator
95 #define lwsl_info(...) _lws_log(LLL_INFO, __VA_ARGS__)
124 #define lwsl_hexdump_info(...) lwsl_hexdump_level(LLL_INFO, __VA_ARGS__)
/external/libwebsockets/lib/plat/unix/
Dunix-misc.c76 case LLL_INFO: in lwsl_emit_syslog()
/external/libwebsockets/test-apps/android/app/src/main/jni/
DLwsService.cpp185 lws_set_log_level( LLL_NOTICE | LLL_INFO | LLL_ERR | LLL_WARN | LLL_CLIENT, emit_log ); in jni_initLws()
/external/libwebsockets/lib/core-net/
Doutput.c47 lwsl_hexdump_level(LLL_INFO, buf, len); in lws_issue_raw()
Dwsi.c1097 if (!wsi->mux.parent_wsi || !lwsl_visible(LLL_INFO)) in lws_wsi_mux_dump_children()
/external/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c537 if (wsi->mux.child_list && lwsl_visible(LLL_INFO)) { in rops_close_kill_connection_mqtt()
/external/libwebsockets/test-apps/
Dtest-client.c100 if (lwsl_visible(LLL_INFO)) { in show_http_content()
/external/libwebsockets/lib/roles/h2/
Dops-h2.c678 if (wsi->mux.child_list && lwsl_visible(LLL_INFO)) { in rops_close_kill_connection_h2()