Searched defs:ss_pcols (Results 1 – 2 of 2) sorted by relevance
573 struct ss_pcols { struct574 const char *name;575 const char *alpn;576 const struct lws_protocols *protocol;577 secstream_protocol_connect_munge_t munge;578 secstream_protocol_add_txcr_t tx_cr_add;579 secstream_protocol_get_txcr_t tx_cr_est;
27 static const struct ss_pcols *ss_pcols[] = { variable