Home
last modified time | relevance | path

Searched refs:read_ahead (Results 1 – 13 of 13) sorted by relevance

/openssl/ssl/record/
H A Drecord.h145 int read_ahead; member
191 #define RECORD_LAYER_set_read_ahead(rl, ra) ((rl)->read_ahead = (ra))
192 #define RECORD_LAYER_get_read_ahead(rl) ((rl)->read_ahead)
H A Drec_layer_s3.c1794 &s->rlayer.read_ahead); in ssl_set_new_record_layer()
/openssl/doc/man3/
H A DSSL_CTX_set_split_send_fragment.pod58 automatically turn on "read_ahead" (see L<SSL_CTX_set_read_ahead(3)>). This is
92 above when setting B<max_pipelines> to a value greater than one, B<read_ahead>
93 is automatically set. The B<read_ahead> parameter causes OpenSSL to attempt to
98 connection. Setting B<read_ahead> can impact the behaviour of the SSL_pending()
H A DSSL_CTX_set_read_ahead.pod41 B<read_ahead> can impact the behaviour of the SSL_pending() function
H A DSSL_pending.pod24 If the B<SSL> object's I<read_ahead> flag is set (see
H A DSSL_new.pod80 =item the read_ahead value set via L<SSL_set_read_ahead(3)>
/openssl/ssl/record/methods/
H A Drecmethod_local.h128 int read_ahead; member
H A Dtls_common.c250 if (!rl->read_ahead && !rl->isdtls) { in tls_default_read_n()
1033 if (p != NULL && !OSSL_PARAM_get_int(p, &rl->read_ahead)) { in tls_set_options()
1358 rl->read_ahead = 1; in tls_set_max_pipelines()
H A Dktls_meth.c532 (*retrl)->read_ahead = 1;
/openssl/ssl/
H A Dssl_lib.c786 RECORD_LAYER_set_read_ahead(&s->rlayer, ctx->read_ahead); in ossl_ssl_connection_new()
1745 &sc->rlayer.read_ahead); in SSL_set_read_ahead()
2892 return ctx->read_ahead; in SSL_CTX_ctrl()
2894 l = ctx->read_ahead; in SSL_CTX_ctrl()
2895 ctx->read_ahead = larg; in SSL_CTX_ctrl()
H A Dssl_local.h984 int read_ahead; member
/openssl/test/
H A Dsslapitest.c954 int read_ahead) in execute_test_large_message() argument
993 if (read_ahead) { in execute_test_large_message()
/openssl/
H A DCHANGES.md15262 Copy SSL_CTX's read_ahead flag to SSL object directly in SSL_new

Completed in 101 milliseconds