Home
last modified time | relevance | path

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

/openssl-master/ssl/record/
A Drecord.h136 int read_ahead; member
189 #define RECORD_LAYER_set_read_ahead(rl, ra) ((rl)->read_ahead = (ra))
190 #define RECORD_LAYER_get_read_ahead(rl) ((rl)->read_ahead)
A Drec_layer_s3.c274 if (!BIO_get_ktls_recv(s->rbio) && !s->rlayer.read_ahead in ssl3_read_n()
/openssl-master/doc/man3/
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()
A DSSL_CTX_set_read_ahead.pod41 B<read_ahead> can impact the behaviour of the SSL_pending() function
A DSSL_pending.pod24 If the B<SSL> object's I<read_ahead> flag is set (see
A DSSL_new.pod80 =item the read_ahead value set via L<SSL_set_read_ahead(3)>
/openssl-master/ssl/
A Dssl_lib.c728 RECORD_LAYER_set_read_ahead(&s->rlayer, ctx->read_ahead); in SSL_new()
2470 return ctx->read_ahead; in SSL_CTX_ctrl()
2472 l = ctx->read_ahead; in SSL_CTX_ctrl()
2473 ctx->read_ahead = larg; in SSL_CTX_ctrl()
A Dssl_local.h971 int read_ahead; member
/openssl-master/test/
A Dsslapitest.c945 int read_ahead) in execute_test_large_message() argument
984 if (read_ahead) { in execute_test_large_message()
/openssl-master/
A DCHANGES.md14865 Copy SSL_CTX's read_ahead flag to SSL object directly in SSL_new

Completed in 112 milliseconds