Home
last modified time | relevance | path

Searched defs:max_buf_size (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/conn/
Dhttp1.rs47 max_buf_size: Option<usize>, field
296 pub fn max_buf_size(&mut self, max: usize) -> &mut Self { in max_buf_size() method
/aosp_15_r20/external/zstd/tests/
H A DrateLimiter.py33 max_buf_size = 1 * MB variable
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/
Dconn.rs122 max_buf_size: Option<usize>, field
580 pub fn max_buf_size(&mut self, max: usize) -> &mut Self { in max_buf_size() method
/aosp_15_r20/external/flashrom/tests/
H A Dlinux_spi.c46 const char *max_buf_size = "1048576"; in linux_spi_fgets() local
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/util/
Dmem.rs88 max_buf_size: usize, field
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/conn/
Dhttp1.rs470 pub fn max_buf_size(&mut self, max: usize) -> &mut Self { in max_buf_size() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/fs/
Dfile.rs92 max_buf_size: usize, field
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h1/
Dio.rs543 max_buf_size: usize, field
/aosp_15_r20/external/libaom/av1/encoder/
H A Dethread.c2917 size_t max_buf_size, int is_last_chunk) { in get_bs_chunk_size()
2989 size_t max_buf_size = cpi->available_bs_size; in init_tile_pack_bs_params() local