Home | History | Annotate | Download | only in ssl

Lines Matching full:comp_methods

1304 		for (m = 0; m < sk_SSL_COMP_num(s->ctx->comp_methods); m++)
1306 comp=sk_SSL_COMP_value(s->ctx->comp_methods,m);
1334 else if (!(s->options & SSL_OP_NO_COMPRESSION) && s->ctx->comp_methods)
1338 nn=sk_SSL_COMP_num(s->ctx->comp_methods);
1341 comp=sk_SSL_COMP_value(s->ctx->comp_methods,m);