Home
last modified time | relevance | path

Searched defs:this_read (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
Dhttp_body.rs130 let this_read = pre.read(buf).unwrap(); in data() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dhttp_body.rs238 let this_read = Read::read(pre, buf).unwrap(); in data() localVariable
334 let this_read = Read::read(pre, buf).unwrap(); in data() localVariable