Home | History | Annotate | Download | only in ssl

Lines Matching refs:comp

655 	SSL_COMP *comp;
739 comp=sk_SSL_COMP_value(s->ctx->comp_methods,i);
740 *(p++)=comp->id;
785 SSL_COMP *comp;
967 comp=NULL;
975 comp=ssl3_comp_find(s->ctx->comp_methods,j);
977 if ((j != 0) && (comp == NULL))
985 s->s3->tmp.new_compression=comp;