Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/examples/
H A Dmimebody_multi.rs182 let mut v_str = vec![]; in main() variables
190 v_str.extend_from_slice(&buf[..len]); in main()
200 println!("{}", core::str::from_utf8(&v_str).unwrap()); in main()
H A Dmimebody_multi_then_async_data.rs107 let mut v_str = vec![]; variables
117 v_str.extend_from_slice(&buf[..len]);
127 println!("{}", core::str::from_utf8(&v_str).unwrap());
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dsimple.rs739 let mut v_str = vec![]; variables
752 v_str.extend_from_slice(&buf[..len]);
790 let mut v_str = vec![]; variables
803 v_str.extend_from_slice(&buf[..len]);

Completed in 3 milliseconds