Searched refs:lwsl_vhost_debug (Results 1 – 3 of 3) sorted by relevance
/third_party/libwebsockets/lib/core-net/ |
D | vhost.c | 415 lwsl_vhost_debug(vh, "protocol \"%s\", " in lws_protocol_init_vhost() 435 lwsl_vhost_debug(vh, "not instantiating %s", in lws_protocol_init_vhost() 1211 lwsl_vhost_debug(vh, "closing aso"); 1453 lwsl_vhost_debug(vh, "protocol destroy");
|
D | socks5-client.c | 91 lwsl_vhost_debug(vhost, "Connections via Socks5 %s:%u", in lws_set_socks()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-logs.h | 442 #define lwsl_vhost_debug(_v, ...) lwsl_vhost(_v, LLL_DEBUG, __VA_ARGS__) macro 444 #define lwsl_vhost_debug(_v, ...) do {} while(0) macro
|