Searched refs:SpliceFFlags (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/nix/test/ |
H A D | test_fcntl.rs | 296 SpliceFFlags::empty(), in test_splice() 317 let res = tee(rd1, wr2, 2, SpliceFFlags::empty()).unwrap(); in test_tee() 345 let res = vmsplice(wr, &iovecs[..], SpliceFFlags::empty()).unwrap(); in test_vmsplice()
|
/third_party/rust/crates/nix/src/ |
H A D | fcntl.rs | 530 pub struct SpliceFFlags: c_uint { structure names 603 flags: SpliceFFlags, in splice() 617 pub fn tee(fd_in: RawFd, fd_out: RawFd, len: usize, flags: SpliceFFlags) -> Result<usize> { in tee() 626 flags: SpliceFFlags in vmsplice()
|
Completed in 2 milliseconds