Home
last modified time | relevance | path

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

/third_party/libwebsockets/READMEs/
DREADME.logging.md201 lws_log_emit_cx_t emit_cx; /* LLLF_LOG_CONTEXT_AWARE */
213 /**< ignored by lws, used to pass config to emit_cx, eg, filepath */
215 /**< ignored by lws, may be used a storage by refcount_cb / emit_cx */
225 new log context-aware code, you would use `.u.emit_cx` and set the flag
234 |file|`.u.emit_cx`|`LLLF_LOG_CONTEXT_AWARE`|`lws_log_emit_cx_file`|`lws_log_use_cx_file`|`(const ch…
244 .u.emit_cx = lws_log_emit_cx_file,
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
Dminimal-secure-streams.c553 .u.emit_cx = lws_log_emit_cx_file,
/third_party/libwebsockets/lib/core/
Dlogs.c454 cx->u.emit_cx(cx, filter, buf, lws_ptr_diff_size_t(p, buf)); in __lws_logv()
/third_party/libwebsockets/include/libwebsockets/
Dlws-logs.h83 lws_log_emit_cx_t emit_cx; /* LLLF_LOG_CONTEXT_AWARE */ member