Lines Matching refs:try
775 ccp_options try; /* options to ask for next time */ local
778 try = *go;
791 try.deflate_correct = 0;
793 try.deflate_size = DEFLATE_SIZE(p[2]);
812 try.deflate_draft = 0;
814 try.deflate_size = DEFLATE_SIZE(p[2]);
819 if (!try.deflate_correct && !try.deflate_draft)
820 try.deflate = 0;
831 try.bsd_compress = 0;
833 try.bsd_bits = BSD_NBITS(p[2]);
845 *go = try;
859 ccp_options try; /* options to request next time */ local
861 try = *go;
875 try.deflate_correct = 0;
884 try.deflate_draft = 0;
888 if (!try.deflate_correct && !try.deflate_draft)
889 try.deflate = 0;
894 try.bsd_compress = 0;
900 try.predictor_1 = 0;
906 try.predictor_2 = 0;
915 *go = try;