Searched refs:LLLF_LOG_CONTEXT_AWARE (Results 1 – 4 of 4) sorted by relevance
550 .lll_flags = LLLF_LOG_CONTEXT_AWARE |575 my_log_cx.lll_flags = (uint32_t)(LLLF_LOG_CONTEXT_AWARE | atoi(p)); in main()
201 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 |
453 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()
63 #define LLLF_LOG_CONTEXT_AWARE (1 << 30) macro