Searched refs:ss_pcols (Results 1 – 7 of 7) sorted by relevance
329 struct ss_pcols { struct338 extern const struct ss_pcols ss_pcol_h1; argument339 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;
27 static const struct ss_pcols *ss_pcols[] = { variable189 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()
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
163 const struct ss_pcols ss_pcol_ws = {
176 const struct ss_pcols ss_pcol_h2 = {
243 const struct ss_pcols ss_pcol_mqtt = {
565 const struct ss_pcols ss_pcol_h1 = {