Home | History | Annotate | Download | only in ssl

Lines Matching full:comp_methods

1179 		for (m = 0; m < sk_SSL_COMP_num(s->ctx->comp_methods); m++)
1181 comp=sk_SSL_COMP_value(s->ctx->comp_methods,m);
1209 else if (!(s->options & SSL_OP_NO_COMPRESSION) && s->ctx->comp_methods)
1213 nn=sk_SSL_COMP_num(s->ctx->comp_methods);
1216 comp=sk_SSL_COMP_value(s->ctx->comp_methods,m);