Searched defs:ss_pcols (Results 1 – 2 of 2) sorted by relevance
578 struct ss_pcols { struct579 const char *name;580 const char *alpn;581 const struct lws_protocols *protocol;582 secstream_protocol_connect_munge_t munge;583 secstream_protocol_add_txcr_t tx_cr_add;584 secstream_protocol_get_txcr_t tx_cr_est;
27 static const struct ss_pcols *ss_pcols[] = { variable