Searched refs:emit_cx (Results 1 – 4 of 4) sorted by relevance
/third_party/libwebsockets/READMEs/ |
D | README.logging.md | 201 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/ |
D | minimal-secure-streams.c | 553 .u.emit_cx = lws_log_emit_cx_file,
|
/third_party/libwebsockets/lib/core/ |
D | logs.c | 454 cx->u.emit_cx(cx, filter, buf, lws_ptr_diff_size_t(p, buf)); in __lws_logv()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-logs.h | 83 lws_log_emit_cx_t emit_cx; /* LLLF_LOG_CONTEXT_AWARE */ member
|