Searched refs:read_ahead (Results 1 – 10 of 10) sorted by relevance
136 int read_ahead; member189 #define RECORD_LAYER_set_read_ahead(rl, ra) ((rl)->read_ahead = (ra))190 #define RECORD_LAYER_get_read_ahead(rl) ((rl)->read_ahead)
274 if (!BIO_get_ktls_recv(s->rbio) && !s->rlayer.read_ahead in ssl3_read_n()
58 automatically turn on "read_ahead" (see L<SSL_CTX_set_read_ahead(3)>). This is92 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 to98 connection. Setting B<read_ahead> can impact the behaviour of the SSL_pending()
41 B<read_ahead> can impact the behaviour of the SSL_pending() function
24 If the B<SSL> object's I<read_ahead> flag is set (see
80 =item the read_ahead value set via L<SSL_set_read_ahead(3)>
728 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()
971 int read_ahead; member
945 int read_ahead) in execute_test_large_message() argument984 if (read_ahead) { in execute_test_large_message()
14865 Copy SSL_CTX's read_ahead flag to SSL object directly in SSL_new
Completed in 112 milliseconds