Home
last modified time | relevance | path

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

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