Home
last modified time | relevance | path

Searched refs:lws_log_cx_t (Results 1 – 9 of 9) sorted by relevance

/third_party/libwebsockets/lib/core/
Dlogs.c35 lws_log_cx_t log_cx = {
356 __lws_logv(lws_log_cx_t *cx, lws_log_prepend_cx_t prep, void *obj, in __lws_logv()
366 lws_log_cx_t *cxp; in __lws_logv()
473 void _lws_log_cx(lws_log_cx_t *cx, lws_log_prepend_cx_t prep, void *obj, in _lws_log_cx()
501 int lwsl_visible_cx(lws_log_cx_t *cx, int level) in lwsl_visible_cx()
507 lwsl_refcount_cx(lws_log_cx_t *cx, int _new) in lwsl_refcount_cx()
524 lwsl_hexdump_level_cx(lws_log_cx_t *cx, lws_log_prepend_cx_t prep, void *obj, in lwsl_hexdump_level_cx()
Dprivate-lib-core.h198 lws_log_cx_t *log_cx;
214 extern lws_log_cx_t log_cx;
606 lws_log_cx_t *log_cx;
/third_party/libwebsockets/include/libwebsockets/
Dlws-logs.h102 } lws_log_cx_t; typedef
164 _lws_log_cx(lws_log_cx_t *cx, lws_log_prepend_cx_t prep, void *obj,
677 lwsl_hexdump_level_cx(lws_log_cx_t *cx, lws_log_prepend_cx_t prep, void *obj,
784 lwsl_refcount_cx(lws_log_cx_t *cx, int _new);
Dlws-client.h232 lws_log_cx_t *log_cx;
Dlws-context-vhost.h897 lws_log_cx_t *log_cx;
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
Dminimal-secure-streams.c549 static lws_log_cx_t my_log_cx = {
/third_party/libwebsockets/READMEs/
DREADME.logging.md220 } lws_log_cx_t;
240 static lws_log_cx_t my_log_cx = {
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h707 lws_log_cx_t *log_cx;
1237 lws_log_cx_t *log_cx_template);
Dwsi.c291 lws_log_cx_t *log_cx_template) in __lws_wsi_create_with_role()