Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssl/ssl/record/
H A Dssl3_buffer.c63 if (s->max_pipelines > 1) in ssl3_setup_read_buffer()
64 len *= s->max_pipelines; in ssl3_setup_read_buffer()
H A Drec_layer_s3.c593 maxpipes = s->max_pipelines; in ssl3_write_bytes()
H A Dssl3_record.c194 max_recs = s->max_pipelines; in ssl3_get_record()
/freebsd-src/crypto/openssl/doc/man3/
H A 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>
/freebsd-src/crypto/openssl/apps/
H A Ds_client.c871 unsigned int split_send_fragment = 0, max_pipelines = 0; in s_client_main() local
1450 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()
H A Ds_server.c1047 unsigned int split_send_fragment = 0, max_pipelines = 0; in s_server_main() local
1605 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()
/freebsd-src/crypto/openssl/doc/man1/
H A Dopenssl-s_server.pod.in90 [B<-max_pipelines> I<+int>]
571 maximum number of pipelines defined by max_pipelines. This only has an effect if
573 has been loaded, and max_pipelines is greater than 1. See
576 =item B<-max_pipelines> I<+int>
H A Dopenssl-s_client.pod.in80 [B<-max_pipelines>]
559 maximum number of pipelines defined by max_pipelines. This only has an effect if
561 has been loaded, and max_pipelines is greater than 1. See
564 =item B<-max_pipelines> I<int>
/freebsd-src/crypto/openssl/ssl/
H A Dssl_lib.c767 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()
H A Dssl_local.h1019 size_t max_pipelines; member
1577 size_t max_pipelines; member