Home
last modified time | relevance | path

Searched refs:TEMP_BUF_SIZE (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dreader.rs117 const TEMP_BUF_SIZE: usize = 16 * 1024; in read_all() consts
120 let mut buf = [0u8; TEMP_BUF_SIZE]; in read_all()
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/conn/
H A Dhttp1.rs26 const TEMP_BUF_SIZE: usize = 16 * 1024; consts
36 let mut buf = vec![0u8; TEMP_BUF_SIZE];
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp1.rs35 const TEMP_BUF_SIZE: usize = 16 * 1024; consts
50 let mut buf = vec![0u8; TEMP_BUF_SIZE];

Completed in 3 milliseconds