Home
last modified time | relevance | path

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

/external/libwebsockets/lib/secure-streams/
Dprivate-lib-secure-streams.h573 struct ss_pcols { struct
610 extern const struct ss_pcols ss_pcol_h1;
611 extern const struct ss_pcols ss_pcol_h2;
612 extern const struct ss_pcols ss_pcol_ws;
613 extern const struct ss_pcols ss_pcol_mqtt;
614 extern const struct ss_pcols ss_pcol_raw;
Dsecure-streams.c27 static const struct ss_pcols *ss_pcols[] = { variable
668 const struct ss_pcols *ssp; in _lws_ss_client_connect()
829 ssp = ss_pcols[(int)h->policy->protocol]; in _lws_ss_client_connect()
1207 if (!ss_pcols[h->policy->protocol] || in lws_ss_create()
1213 *ppp++ = ss_pcols[h->policy->protocol]->protocol; in lws_ss_create()
1705 const struct ss_pcols *ssp; in lws_ss_add_peer_tx_credit()
1709 ssp = ss_pcols[(int)h->policy->protocol]; in lws_ss_add_peer_tx_credit()
1720 const struct ss_pcols *ssp; in lws_ss_get_est_peer_tx_credit()
1724 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-h2.c219 const struct ss_pcols ss_pcol_h2 = {
Dss-raw.c187 const struct ss_pcols ss_pcol_raw = {
Dss-ws.c247 const struct ss_pcols ss_pcol_ws = {
Dss-mqtt.c669 const struct ss_pcols ss_pcol_mqtt = {
Dss-h1.c1195 const struct ss_pcols ss_pcol_h1 = {