Searched refs:max_pipelines (Results 1 – 10 of 10) sorted by relevance
63 if (s->max_pipelines > 1) in ssl3_setup_read_buffer()64 len *= s->max_pipelines; in ssl3_setup_read_buffer()
593 maxpipes = s->max_pipelines; in ssl3_write_bytes()
194 max_recs = s->max_pipelines; in ssl3_get_record()
70 For example if B<split_send_fragment> is set to 2000 and B<max_pipelines> is 492 above when setting B<max_pipelines> to a value greater than one, B<read_ahead>
871 unsigned int split_send_fragment = 0, max_pipelines = 0; in s_client_main() local1450 max_pipelines = atoi(opt_arg()); in s_client_main()1751 if (max_pipelines > 0 in s_client_main()1752 && !SSL_CTX_set_max_pipelines(ctx, max_pipelines)) { in s_client_main()1754 prog, max_pipelines); in s_client_main()
1047 unsigned int split_send_fragment = 0, max_pipelines = 0; in s_server_main() local1605 max_pipelines = atoi(opt_arg()); in s_server_main()1921 if (max_pipelines > 0 in s_server_main()1922 && !SSL_CTX_set_max_pipelines(ctx, max_pipelines)) { in s_server_main()1924 prog, max_pipelines); in s_server_main()
90 [B<-max_pipelines> I<+int>]571 maximum number of pipelines defined by max_pipelines. This only has an effect if573 has been loaded, and max_pipelines is greater than 1. See576 =item B<-max_pipelines> I<+int>
80 [B<-max_pipelines>]559 maximum number of pipelines defined by max_pipelines. This only has an effect if561 has been loaded, and max_pipelines is greater than 1. See564 =item B<-max_pipelines> I<int>
767 s->max_pipelines = ctx->max_pipelines; in SSL_new() 768 if (s->max_pipelines > 1) in SSL_new() 2424 s->max_pipelines = larg; in SSL_ctrl() 2597 ctx->max_pipelines = larg; in SSL_CTX_ctrl()
1019 size_t max_pipelines; member1577 size_t max_pipelines; member