Searched refs:lws_log_cx (Results 1 – 9 of 9) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-logs.h | 67 struct lws_log_cx; 70 typedef void (*lws_log_emit_cx_t)(struct lws_log_cx *cx, int level, 72 typedef void (*lws_log_prepend_cx_t)(struct lws_log_cx *cx, void *obj, 74 typedef void (*lws_log_use_cx_t)(struct lws_log_cx *cx, int _new); 80 typedef struct lws_log_cx { struct 92 struct lws_log_cx *parent; argument 128 LWS_VISIBLE LWS_EXTERN struct lws_log_cx * 130 LWS_VISIBLE LWS_EXTERN struct lws_log_cx * 132 LWS_VISIBLE LWS_EXTERN struct lws_log_cx * 137 LWS_VISIBLE LWS_EXTERN struct lws_log_cx * [all …]
|
D | lws-secure-streams-client.h | 70 lws_log_prepend_sspc(struct lws_log_cx *cx, void *obj, char **p, char *e); 72 LWS_VISIBLE LWS_EXTERN struct lws_log_cx *
|
/third_party/libwebsockets/READMEs/ |
D | README.logging.md | 193 typedef void (*lws_log_emit_cx_t)(struct lws_log_cx *cx, int level, 195 typedef void (*lws_log_prepend_cx_t)(struct lws_log_cx *cx, void *obj, 197 typedef void (*lws_log_use_cx_t)(struct lws_log_cx *cx, int _new); 198 typedef struct lws_log_cx { 210 struct lws_log_cx *parent;
|
/third_party/libwebsockets/lib/core/ |
D | logs.c | 312 lws_log_emit_cx_file(struct lws_log_cx *cx, int level, const char *line, in lws_log_emit_cx_file() 327 lws_log_use_cx_file(struct lws_log_cx *cx, int _new) in lws_log_use_cx_file()
|
D | context.c | 2250 lws_log_prepend_context(struct lws_log_cx *cx, void *obj, char **p, char *e) in lws_log_prepend_context() 2259 struct lws_log_cx *
|
/third_party/libwebsockets/lib/secure-streams/ |
D | secure-streams-serialize.c | 111 struct lws_log_cx * 122 lws_log_prepend_sspc(struct lws_log_cx *cx, void *obj, char **p, char *e) in lws_log_prepend_sspc()
|
D | secure-streams.c | 1800 struct lws_log_cx * 1810 lws_log_prepend_ss(struct lws_log_cx *cx, void *obj, char **p, char *e) in lws_log_prepend_ss()
|
/third_party/libwebsockets/lib/core-net/ |
D | wsi.c | 56 lws_log_prepend_wsi(struct lws_log_cx *cx, void *obj, char **p, char *e) in lws_log_prepend_wsi() 1018 struct lws_log_cx *
|
D | vhost.c | 1925 struct lws_log_cx * 1935 lws_log_prepend_vhost(struct lws_log_cx *cx, void *obj, char **p, char *e)
|