Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/secure-streams/
H A Dprivate-lib-secure-streams.h578 struct ss_pcols { struct
615 extern const struct ss_pcols ss_pcol_h1;
616 extern const struct ss_pcols ss_pcol_h2;
617 extern const struct ss_pcols ss_pcol_ws;
618 extern const struct ss_pcols ss_pcol_mqtt;
619 extern const struct ss_pcols ss_pcol_raw;
H A Dsecure-streams.c27 static const struct ss_pcols *ss_pcols[] = { variable
674 const struct ss_pcols *ssp; in _lws_ss_client_connect()
835 ssp = ss_pcols[(int)h->policy->protocol]; in _lws_ss_client_connect()
1213 if (!ss_pcols[h->policy->protocol] || in lws_ss_create()
1219 *ppp++ = ss_pcols[h->policy->protocol]->protocol; in lws_ss_create()
1714 const struct ss_pcols *ssp; in lws_ss_add_peer_tx_credit()
1718 ssp = ss_pcols[(int)h->policy->protocol]; in lws_ss_add_peer_tx_credit()
1729 const struct ss_pcols *ssp; in lws_ss_get_est_peer_tx_credit()
1733 ssp = ss_pcols[(in in lws_ss_get_est_peer_tx_credit()
[all...]
/third_party/libwebsockets/lib/secure-streams/protocols/
H A Dss-h2.c219 const struct ss_pcols ss_pcol_h2 = {
H A Dss-raw.c187 const struct ss_pcols ss_pcol_raw = {
H A Dss-ws.c247 const struct ss_pcols ss_pcol_ws = {
H A Dss-h1.c1211 const struct ss_pcols ss_pcol_h1 = {
H A Dss-mqtt.c1124 const struct ss_pcols ss_pcol_mqtt = {

Completed in 7 milliseconds