Searched refs:ss_pcols (Results 1 – 8 of 8) sorted by relevance
573 struct ss_pcols { struct610 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;
27 static const struct ss_pcols *ss_pcols[] = { variable668 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()
24 ## The (library-private) ss_pcols export31 - a struct ss_pcols describing how secure_streams should use, including36 enabled struct ss_pcols are listed and checked for matches when the user
219 const struct ss_pcols ss_pcol_h2 = {
187 const struct ss_pcols ss_pcol_raw = {
247 const struct ss_pcols ss_pcol_ws = {
669 const struct ss_pcols ss_pcol_mqtt = {
1195 const struct ss_pcols ss_pcol_h1 = {