Home
last modified time | relevance | path

Searched defs:box_stream (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dhttp_body.rs573 let box_stream = Box::new("".as_bytes()); in async_chunk_trailer_1() localVariable
597 let box_stream = Box::new("".as_bytes()); in async_chunk_trailer_1() localVariable
631 let box_stream = Box::new("".as_bytes()); in async_chunk_trailer_2() localVariable
672 let box_stream = Box::new( in http_body_chunk2() localVariable
697 let box_stream = Box::new("".as_bytes()); in http_body_chunk2() localVariable
737 let box_stream = Box::new("".as_bytes()); in http_body_empty_err() localVariable
766 let box_stream = Box::new("hello world".as_bytes()); in http_body_text() localVariable
788 let box_stream = Box::new("".as_bytes()); in http_body_text() localVariable
822 let box_stream = Box::new("hello world".as_bytes()); in http_body_until_close() localVariable
848 let box_stream = Box::new("".as_bytes()); in http_body_until_close() localVariable
H A Dclient.rs943 let box_stream = Box::new("hello world".as_bytes()); in client_request_redirect() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
H A Dmod.rs288 let box_stream = Box::new("".as_bytes()); in download() localVariable