Lines Matching defs:tmp
21 let mut tmp = tempfile().unwrap();
22 tmp.write_all(CONTENTS).unwrap();
26 let res = sendfile(wr, tmp.as_raw_fd(), Some(&mut offset), 2).unwrap();
43 let mut tmp = tempfile().unwrap();
44 tmp.write_all(CONTENTS).unwrap();
48 let res = sendfile64(wr, tmp.as_raw_fd(), Some(&mut offset), 2).unwrap();
72 let mut tmp = tempfile().unwrap();
73 tmp.write_all(body.as_bytes()).unwrap();
86 tmp.as_raw_fd(),
123 let mut tmp = tempfile().unwrap();
124 tmp.write_all(body.as_bytes()).unwrap();
137 tmp.as_raw_fd(),
172 let mut tmp = tempfile().unwrap();
173 tmp.write_all(body.as_bytes()).unwrap();
186 tmp.as_raw_fd(),