Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams-client.c52 lwsl_sspc_notice(ss, "%s -> %s", in lws_ss_check_next_state_sspc()
152 lwsl_sspc_notice(h, "%s", h->cwsi->lc.gutag); in lws_sspc_sul_retry_cb()
283 lwsl_sspc_notice(h, "setting _DISCONNECTED"); in callback_sspc_client()
319 lwsl_sspc_notice(h, "RAW_RX: zero len"); in callback_sspc_client()
580 lwsl_sspc_notice(h, "WRITEABLE: %d", n); in callback_sspc_client()
853 lwsl_sspc_notice(h, "setting writeable_len %u", (unsigned int)len); in lws_sspc_request_tx_len()
1041 lwsl_sspc_notice(h, "%d\n", bump); in lws_sspc_add_peer_tx_credit()
Dsecure-streams-serialize.c1182 lwsl_sspc_notice(h, "RX METADATA %s", in lws_ss_deserialize_parse()
/third_party/libwebsockets/include/libwebsockets/
Dlws-secure-streams-client.h108 #define lwsl_sspc_notice(_w, ...) lwsl_sspc(_w, LLL_NOTICE, __VA_ARGS__) macro
110 #define lwsl_sspc_notice(_w, ...) do {} while(0) macro