Home
last modified time | relevance | path

Searched refs:LLLF_LOG_CONTEXT_AWARE (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
Dminimal-secure-streams.c550 .lll_flags = LLLF_LOG_CONTEXT_AWARE |
575 my_log_cx.lll_flags = (uint32_t)(LLLF_LOG_CONTEXT_AWARE | atoi(p)); in main()
/third_party/libwebsockets/READMEs/
DREADME.logging.md201 lws_log_emit_cx_t emit_cx; /* LLLF_LOG_CONTEXT_AWARE */
226 `LLLF_LOG_CONTEXT_AWARE` on `.lll_flags`.
234 |file|`.u.emit_cx`|`LLLF_LOG_CONTEXT_AWARE`|`lws_log_emit_cx_file`|`lws_log_use_cx_file`|`(const ch…
241 .lll_flags = LLLF_LOG_CONTEXT_AWARE |
/third_party/libwebsockets/lib/core/
Dlogs.c453 if (cx->lll_flags & LLLF_LOG_CONTEXT_AWARE) in __lws_logv()
490 log_cx.lll_flags = (uint32_t)(flags & (~LLLF_LOG_CONTEXT_AWARE)); in lws_set_log_level()
/third_party/libwebsockets/include/libwebsockets/
Dlws-logs.h63 #define LLLF_LOG_CONTEXT_AWARE (1 << 30) macro