Home
last modified time | relevance | path

Searched refs:lwsl_vhost_debug (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Dvhost.c415 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");
Dsocks5-client.c91 lwsl_vhost_debug(vhost, "Connections via Socks5 %s:%u", in lws_set_socks()
/third_party/libwebsockets/include/libwebsockets/
Dlws-logs.h442 #define lwsl_vhost_debug(_v, ...) lwsl_vhost(_v, LLL_DEBUG, __VA_ARGS__) macro
444 #define lwsl_vhost_debug(_v, ...) do {} while(0) macro