Searched refs:lws_log_cx (Results 1 - 8 of 8) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/ |
H A 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 97 struct lws_log_cx *parent; 136 LWS_VISIBLE LWS_EXTERN struct lws_log_cx * 138 LWS_VISIBLE LWS_EXTERN struct lws_log_cx * 140 LWS_VISIBLE LWS_EXTERN struct lws_log_cx * 145 LWS_VISIBLE LWS_EXTERN struct lws_log_cx * [all...] |
H A 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/lib/core/ |
H A D | logs.c | 322 lws_log_emit_cx_file(struct lws_log_cx *cx, int level, const char *line, in lws_log_emit_cx_file() 337 lws_log_use_cx_file(struct lws_log_cx *cx, int _new) in lws_log_use_cx_file()
|
H A D | context.c | 2265 lws_log_prepend_context(struct lws_log_cx *cx, void *obj, char **p, char *e) in lws_log_prepend_context() 2274 struct lws_log_cx *
|
/third_party/libwebsockets/lib/secure-streams/ |
H A 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()
|
H A D | secure-streams.c | 1809 struct lws_log_cx * 1819 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/ |
H A 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 *
|
H A D | vhost.c | 1939 struct lws_log_cx * 1949 lws_log_prepend_vhost(struct lws_log_cx *cx, void *obj, char **p, char *e)
|
Completed in 11 milliseconds