Home | History | Annotate | Download | only in ssl

Lines Matching refs:c_small_records

319 	fprintf(stderr," -c_small_records - enable client side use of small SSL record buffers\n");
451 int c_small_records=0;
690 else if (strcmp(*argv, "-c_small_records") == 0)
692 c_small_records = 1;
825 if (c_small_records)