Home | History | Annotate | Download | only in ssl

Lines Matching refs:comp

550 	int comp = 0;
747 comp = COMP_ZLIB;
751 comp = COMP_RLE;
852 if (comp == COMP_ZLIB) cm = COMP_zlib();
853 if (comp == COMP_RLE) cm = COMP_rle();
858 if (SSL_COMP_add_compression_method(comp, cm) != 0)
869 (comp == COMP_RLE ? "rle" :
870 (comp == COMP_ZLIB ? "zlib" :