Home
last modified time | relevance | path

Searched refs:max_pipelines (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_CTX_set_split_send_fragment.pod70 For example if B<split_send_fragment> is set to 2000 and B<max_pipelines> is 4
92 above when setting B<max_pipelines> to a value greater than one, B<read_ahead>
/third_party/openssl/apps/
Ds_server.c1043 unsigned int split_send_fragment = 0, max_pipelines = 0; in s_server_main() local
1568 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()
Ds_client.c966 unsigned int split_send_fragment = 0, max_pipelines = 0; in s_client_main() local
1516 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()
/third_party/openssl/doc/man1/
Ds_server.pod90 [B<-max_pipelines +int>]
514 maximum number of pipelines defined by max_pipelines. This only has an effect if
516 has been loaded, and max_pipelines is greater than 1. See
519 =item B<-max_pipelines +int>
Ds_client.pod108 [B<-max_pipelines>]
524 maximum number of pipelines defined by max_pipelines. This only has an effect if
526 has been loaded, and max_pipelines is greater than 1. See
529 =item B<-max_pipelines int>
/third_party/openssl/ssl/
Dssl_lib.c758 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()
Dssl_local.h908 size_t max_pipelines; member
1261 size_t max_pipelines; member
/third_party/openssl/ssl/record/
Drec_layer_s3.c563 maxpipes = s->max_pipelines; in ssl3_write_bytes()
Dssl3_record.c192 max_recs = s->max_pipelines; in ssl3_get_record()