| /freebsd/contrib/xz/src/liblzma/lzma/ |
| H A D | lzma2_encoder.c | 179 limit = mf->read_pos - mf->read_ahead in lzma2_encode() 185 const uint32_t read_start = mf->read_pos - mf->read_ahead; in lzma2_encode() 193 coder->uncompressed_size += mf->read_pos - mf->read_ahead in lzma2_encode() 206 coder->uncompressed_size += mf->read_ahead; in lzma2_encode() 209 mf->read_ahead = 0; in lzma2_encode()
|
| /freebsd/crypto/openssl/ssl/record/ |
| H A D | record.h | 96 int read_ahead; member 134 #define RECORD_LAYER_set_read_ahead(rl, ra) ((rl)->read_ahead = (ra)) 135 #define RECORD_LAYER_get_read_ahead(rl) ((rl)->read_ahead)
|
| H A D | rec_layer_s3.c | 1297 &s->rlayer.read_ahead); in ssl_set_new_record_layer()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_split_send_fragment.pod | 58 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 D | SSL_CTX_set_read_ahead.pod | 44 B<read_ahead> can impact the behaviour of the SSL_pending() function
|
| H A D | SSL_pending.pod | 24 If the B<SSL> object's I<read_ahead> flag is set (see
|
| H A D | SSL_new.pod | 80 =item the read_ahead value set via L<SSL_set_read_ahead(3)>
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_rar5.c | 902 static int read_ahead(struct archive_read* a, size_t how_many, in read_ahead() function 954 if(!read_ahead(a, 10, &p)) in read_var() 1097 if(!read_ahead(a, 4, &p)) in read_u32() 1106 if(!read_ahead(a, 8, &p)) in read_u64() 1119 if(!read_ahead(a, sizeof(rar5_signature_xor), &p)) in bid_standard() 1275 if(!read_ahead(a, hash_size, &p)) in parse_file_extra_hash() 1490 if(!read_ahead(a, target_size, &p)) in parse_file_extra_redir() 1547 if(!read_ahead(a, name_size, &p)) in parse_file_extra_owner() 1568 if(!read_ahead(a, name_size, &p)) in parse_file_extra_owner() 1984 if(!read_ahead(a, name_size, &p)) in process_head_file() [all …]
|
| /freebsd/sys/cam/ata/ |
| H A D | ata_da.c | 270 int read_ahead; member 917 #define ADA_RA (softc->read_ahead >= 0 ? \ 918 softc->read_ahead : ada_read_ahead) 944 SYSCTL_INT(_kern_cam_ada, OID_AUTO, read_ahead, CTLFLAG_RWTUN, 1529 &softc->read_ahead, 0, "Enable disk read ahead."); in adasysctlinit() 1868 softc->read_ahead = -1; in adaregister() 1871 TUNABLE_INT_FETCH(announce_buf, &softc->read_ahead); in adaregister()
|
| /freebsd/sys/vm/ |
| H A D | vm_map.h | 113 uint8_t read_ahead; /* pages in the read-ahead window */ member
|
| H A D | vm_fault.c | 897 era = fs->entry->read_ahead; in vm_fault_readahead() 932 fs->entry->read_ahead = nera; in vm_fault_readahead()
|
| H A D | vm_map.c | 1819 new_entry->read_ahead = VM_FAULT_READ_AHEAD_INIT; in vm_map_insert1()
|
| /freebsd/crypto/openssl/ssl/record/methods/ |
| H A D | ktls_meth.c | 437 (*retrl)->read_ahead = 1; in ktls_new_record_layer()
|
| H A D | recmethod_local.h | 280 int read_ahead; member
|
| H A D | tls_common.c | 383 if (!rl->read_ahead && !rl->isdtls) { in tls_default_read_n() 1249 if (p != NULL && !OSSL_PARAM_get_int(p, &rl->read_ahead)) { in tls_set_options() 2072 rl->read_ahead = 1; in tls_set_max_pipelines()
|
| /freebsd/contrib/xz/src/liblzma/lz/ |
| H A D | lz_encoder.c | 397 mf->read_ahead = 0; in lz_encoder_init()
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 787 RECORD_LAYER_set_read_ahead(&s->rlayer, ctx->read_ahead); in ossl_ssl_connection_new_int() 1902 &sc->rlayer.read_ahead); in SSL_set_read_ahead() 3109 return ctx->read_ahead; in SSL_CTX_ctrl() 3111 l = ctx->read_ahead; in SSL_CTX_ctrl() 3112 ctx->read_ahead = larg; in SSL_CTX_ctrl()
|
| H A D | ssl_local.h | 930 int read_ahead; member
|
| /freebsd/sys/dev/mfi/ |
| H A D | mfireg.h | 771 uint8_t read_ahead; member
|
| /freebsd/contrib/libarchive/ |
| H A D | NEWS | 341 Oct 19, 2008: Internal read_ahead change: short reads are now an error
|
| /freebsd/crypto/openssl/test/ |
| H A D | sslapitest.c | 970 int read_ahead) in execute_test_large_message() argument 994 if (read_ahead) { in execute_test_large_message()
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 18170 Copy SSL_CTX's read_ahead flag to SSL object directly in SSL_new
|