Home
last modified time | relevance | path

Searched refs:lll_flags (Results 1 - 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/core/
H A Dlogs.c41 .lll_flags = LLL_ERR | LLL_WARN | LLL_NOTICE,
393 if (!(cx->lll_flags & (uint32_t)filter)) in __lws_logv()
401 if (cx->lll_flags & LLLF_LOG_TIMESTAMP) in __lws_logv()
463 if (cx->lll_flags & LLLF_LOG_CONTEXT_AWARE) in __lws_logv()
500 log_cx.lll_flags = (uint32_t)(flags & (~LLLF_LOG_CONTEXT_AWARE)); in lws_set_log_level()
508 return !!(log_cx.lll_flags & (uint32_t)level); in lwsl_visible()
513 return !!(cx->lll_flags & (uint32_t)level); in lwsl_visible_cx()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
H A 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/include/libwebsockets/
H A Dlws-logs.h103 uint32_t lll_flags; member

Completed in 3 milliseconds