Searched refs:max_pipelines (Results 1 – 9 of 9) sorted by relevance
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>
1043 unsigned int split_send_fragment = 0, max_pipelines = 0; in s_server_main() local1568 max_pipelines = atoi(opt_arg()); in s_server_main()1855 if (max_pipelines > 0 in s_server_main()1856 && !SSL_CTX_set_max_pipelines(ctx, max_pipelines)) { in s_server_main()1858 prog, max_pipelines); in s_server_main()
966 unsigned int split_send_fragment = 0, max_pipelines = 0; in s_client_main() local1516 max_pipelines = atoi(opt_arg()); in s_client_main()1778 if (max_pipelines > 0 in s_client_main()1779 && !SSL_CTX_set_max_pipelines(ctx, max_pipelines)) { in s_client_main()1781 prog, max_pipelines); in s_client_main()
90 [B<-max_pipelines +int>]514 maximum number of pipelines defined by max_pipelines. This only has an effect if516 has been loaded, and max_pipelines is greater than 1. See519 =item B<-max_pipelines +int>
108 [B<-max_pipelines>]524 maximum number of pipelines defined by max_pipelines. This only has an effect if526 has been loaded, and max_pipelines is greater than 1. See529 =item B<-max_pipelines int>
758 s->max_pipelines = ctx->max_pipelines; in SSL_new()759 if (s->max_pipelines > 1) in SSL_new()2220 s->max_pipelines = larg; in SSL_ctrl()2384 ctx->max_pipelines = larg; in SSL_CTX_ctrl()
908 size_t max_pipelines; member1261 size_t max_pipelines; member
563 maxpipes = s->max_pipelines; in ssl3_write_bytes()
192 max_recs = s->max_pipelines; in ssl3_get_record()