Lines Matching refs:ssp
674 const struct ss_pcols *ssp;
835 ssp = ss_pcols[(int)h->policy->protocol];
836 if (!ssp) {
841 i.alpn = ssp->alpn;
848 i.protocol = ssp->protocol->name; /* lws protocol name */
857 if (ssp->munge) /* eg, raw doesn't use; endpoint strexp already done */
858 ssp->munge(h, path, h->context->max_http_header_data, &i, &ct);
1714 const struct ss_pcols *ssp;
1718 ssp = ss_pcols[(int)h->policy->protocol];
1720 if (h->wsi && ssp && ssp->tx_cr_add)
1721 return ssp->tx_cr_add(h, bump);
1729 const struct ss_pcols *ssp;
1733 ssp = ss_pcols[(int)h->policy->protocol];
1735 if (h->wsi && ssp && ssp->tx_cr_add)
1736 return ssp->tx_cr_est(h);