Home
last modified time | relevance | path

Searched refs:ss_pcols (Results 1 – 7 of 7) sorted by relevance

/external/libwebsockets/lib/secure-streams/
Dprivate-lib-secure-streams.h329 struct ss_pcols { struct
338 extern const struct ss_pcols ss_pcol_h1; argument
339 extern const struct ss_pcols ss_pcol_h2;
340 extern const struct ss_pcols ss_pcol_ws;
341 extern const struct ss_pcols ss_pcol_mqtt;
Dsecure-streams.c27 static const struct ss_pcols *ss_pcols[] = { variable
189 const struct ss_pcols *ssp; in lws_ss_client_connect()
252 ssp = ss_pcols[(int)h->policy->protocol]; in lws_ss_client_connect()
560 const struct ss_pcols *ssp; in lws_ss_add_peer_tx_credit()
562 ssp = ss_pcols[(int)h->policy->protocol]; in lws_ss_add_peer_tx_credit()
573 const struct ss_pcols *ssp; in lws_ss_get_est_peer_tx_credit()
575 ssp = ss_pcols[(int)h->policy->protocol]; in lws_ss_get_est_peer_tx_credit()
/external/libwebsockets/lib/secure-streams/protocols/
DREADME.md24 ## The (library-private) ss_pcols export
31 - a struct ss_pcols describing how secure_streams should use, including
36 enabled struct ss_pcols are listed and checked for matches when the user
Dss-ws.c163 const struct ss_pcols ss_pcol_ws = {
Dss-h2.c176 const struct ss_pcols ss_pcol_h2 = {
Dss-mqtt.c243 const struct ss_pcols ss_pcol_mqtt = {
Dss-h1.c565 const struct ss_pcols ss_pcol_h1 = {