Home | History | Annotate | Download | only in ssl

Lines Matching refs:s_small_records

320 	fprintf(stderr," -s_small_records - enable server side use of small SSL record buffers\n");
452 int s_small_records=0;
694 else if (strcmp(*argv, "-s_small_records") == 0)
696 s_small_records = 1;
832 if (s_small_records)