Home
last modified time | relevance | path

Searched refs:LLL_ERR (Results 1 - 25 of 100) sorted by relevance

1234

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-logs.h40 #define LLL_ERR (1 << 0) macro
214 #define _LWS_LINIT (LLL_ERR | LLL_USER)
220 #define _LWS_LINIT (LLL_ERR | LLL_USER)
222 #define _LWS_LINIT (LLL_ERR | LLL_USER | LLL_WARN | LLL_NOTICE)
261 #if (_LWS_ENABLED_LOGS & LLL_ERR)
262 #define lwsl_err(...) _lws_log(LLL_ERR, __VA_ARGS__)
333 #define lwsl_hexdump_err(...) lwsl_hexdump_level(LLL_ERR, __VA_ARGS__)
343 #if (_LWS_ENABLED_LOGS & LLL_ERR)
344 #define lwsl_cx_err(_c, ...) lwsl_cx(_c, LLL_ERR, __VA_ARGS__)
415 #define lwsl_hexdump_cx_err(_c, ...) lwsl_hexdump_context(_c, LLL_ERR, __VA_ARGS_
[all...]
H A Dlws-secure-streams-client.h95 #if (_LWS_ENABLED_LOGS & LLL_ERR)
96 #define lwsl_sspc_err(_w, ...) lwsl_sspc(_w, LLL_ERR, __VA_ARGS__)
167 #define lwsl_hexdump_sspc_err(_v, ...) lwsl_hexdump_sspc(_v, LLL_ERR, __VA_ARGS__)
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
H A DLwsService.cpp185 lws_set_log_level( LLL_NOTICE | LLL_INFO | LLL_ERR | LLL_WARN | LLL_CLIENT, emit_log ); in jni_initLws()
189 emit_log(LLL_ERR, "Creating libwebsocket context failed"); in jni_initLws()
241 emit_log(LLL_ERR, "websocket: denied deflate-stream extension"); in callback()
245 emit_log(LLL_ERR, "websocket: denied deflate-frame extension"); in callback()
249 emit_log(LLL_ERR, "websocket: denied x-google-mux extension"); in callback()
302 emit_log(LLL_ERR, "Protocol failed to connect."); in jni_connectLws()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
H A Dmain.c22 int result = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE; in main()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/
H A Dmain.c22 int result = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE; in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-proxy/
H A Dminimal-http-server-proxy.c47 int n = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE in main()
/third_party/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/
H A Dminimal-ws-proxy.c65 int n = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE in main()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lwsac/
H A Dmain.c24 int n, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE, acc; in main()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
H A Dmain.c24 int result = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE; in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server/
H A Dminimal-http-server.c52 int n = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-basicauth/
H A Dminimal-http-server-basicauth.c79 int n = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-mimetypes/
H A Dminimal-http-server-mimetypes.c59 int n = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/
H A Dminimal-ws-broker.c62 int n = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/
H A Dminimal-ws-server-ring.c62 int n = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE in main()
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
H A Dmain.c62 int n = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-corner/
H A Dminimal-ws-server-pmd-corner.c72 int n = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-cgi/
H A Dminimal-http-server.c53 int n = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-80/
H A Dminimal-http-server-tls-80.c78 int n = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE in main()
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-proxy/
H A Dminimal-raw-proxy.c52 int n = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE; in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/
H A Dminimal-ws-server.c96 int logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE in main()
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-pmd-bulk/
H A Dminimal-ws-client-pmd-bulk.c80 int n = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
H A Dminimal-ws-server-threadpool.c96 int logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/
H A Dminimal-http-server.c90 int n = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE; in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/
H A Dminimal-ws-server-pmd.c72 int n = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE in main()
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-sockets.c82 #if (_LWS_ENABLED_LOGS & LLL_ERR) in lws_plat_set_nonblocking()
110 #if (_LWS_ENABLED_LOGS & LLL_ERR) in lws_plat_set_socket_options()
123 #if (_LWS_ENABLED_LOGS & LLL_ERR) in lws_plat_set_socket_options()

Completed in 8 milliseconds

1234