Searched refs:lwsl_vhost_warn (Results 1 - 3 of 3) sorted by relevance
/third_party/libwebsockets/plugins/acme-client/ |
H A D | protocol_lws_acme_client.c | 674 lwsl_vhost_warn(vhd->vhost, "failed to create keypair"); in lws_acme_load_create_auth_keys() 681 lwsl_vhost_warn(vhd->vhost, "unable to save %s", in lws_acme_load_create_auth_keys() 946 lwsl_vhost_warn(vhd->vhost, "nonce too large"); in callback_acme_client() 971 lwsl_vhost_warn(vhd->vhost, "failed to connect to acme"); in callback_acme_client() 980 lwsl_vhost_warn(vhd->vhost, "no Location"); in callback_acme_client() 986 lwsl_vhost_warn(vhd->vhost, "Location too large"); in callback_acme_client() 999 lwsl_vhost_warn(vhd->vhost, "missing cert location"); in callback_acme_client() 1082 lwsl_vhost_warn(vhd->vhost, "could not add content type"); in callback_acme_client() 1090 lwsl_vhost_warn(vhd->vhost, "could not add content length"); in callback_acme_client() 1138 lwsl_vhost_warn(vh in callback_acme_client() [all...] |
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-logs.h | 432 #define lwsl_vhost_warn(_v, ...) lwsl_vhost(_v, LLL_WARN, __VA_ARGS__) macro 434 #define lwsl_vhost_warn(_v, ...) do {} while(0) macro
|
/third_party/libwebsockets/lib/core-net/ |
H A D | vhost.c | 518 lwsl_vhost_warn(vh, "init vhost %s failed", vh->name); in lws_protocol_init()
|
Completed in 5 milliseconds