Searched refs:lwsl_sspc_info (Results 1 – 3 of 3) sorted by relevance
/third_party/libwebsockets/lib/secure-streams/ |
D | secure-streams-client.c | 174 lwsl_sspc_info(h, "sending metadata"); in lws_sspc_serialize_metadata() 252 lwsl_sspc_info(h, "CONNECTED (%s)", h->ssi.streamtype); in callback_sspc_client() 277 lwsl_sspc_info(h, "LWS_CALLBACK_RAW_CLOSE: proxy conn down, wsi %s", in callback_sspc_client() 316 lwsl_sspc_info(h, "%s: RAW_RX: rx %d\n", __func__, (int)len); in callback_sspc_client() 460 lwsl_sspc_info(h, "conn_req_state %d", in callback_sspc_client() 465 lwsl_sspc_info(h, "(local_conn) onward connect"); in callback_sspc_client() 505 lwsl_sspc_info(h, "PAYLOAD_LENGTH_HINT %u", in callback_sspc_client() 517 lwsl_sspc_info(h, "WRITEABLE / OPERATIONAL:" in callback_sspc_client() 907 lwsl_sspc_info(h, "parser %s", h->parser.rideshare); in lws_sspc_rideshare() 917 lwsl_sspc_info(h, "tx list %s", in lws_sspc_rideshare() [all …]
|
D | secure-streams-serialize.c | 135 lwsl_sspc_info(h, "%s -> %s", sn[*state], sn[new_state]); in lws_ss_serialize_state_transition() 762 lwsl_sspc_info(h, "P2C RX: len %d", (int)n); in lws_ss_deserialize_parse() 1455 lwsl_sspc_info(h, "CONNECTED %s", in lws_ss_deserialize_parse() 1479 lwsl_sspc_info(h, "forwarding proxied state %s", in lws_ss_deserialize_parse()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-secure-streams-client.h | 114 #define lwsl_sspc_info(_w, ...) lwsl_sspc(_w, LLL_INFO, __VA_ARGS__) macro 116 #define lwsl_sspc_info(_w, ...) do {} while(0) macro
|