Searched refs:copyfile_state_t (Results 1 - 5 of 5) sorted by relevance
/third_party/rust/crates/rustix/src/fs/ |
H A D | fcopyfile.rs | 5 /// `copyfile_state_t` 6 pub use backend::fs::types::copyfile_state_t; 23 state: copyfile_state_t, in fcopyfile() 36 pub fn copyfile_state_alloc() -> io::Result<copyfile_state_t> { in copyfile_state_alloc() 52 pub unsafe fn copyfile_state_free(state: copyfile_state_t) -> io::Result<()> { in copyfile_state_free() 68 pub unsafe fn copyfile_state_get_copied(state: copyfile_state_t) -> io::Result<u64> { in copyfile_state_get_copied() 85 state: copyfile_state_t, in copyfile_state_get()
|
H A D | mod.rs | 141 copyfile_state_t, fcopyfile,
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | syscalls.rs | 156 crate::fs::{copyfile_state_t, CloneFlags, CopyfileFlags}, 1568 state: copyfile_state_t, 1575 state: copyfile_state_t, in fcopyfile() 1589 pub(crate) fn copyfile_state_alloc() -> io::Result<copyfile_state_t> { 1591 fn copyfile_state_alloc() -> copyfile_state_t; in copyfile_state_alloc() 1603 pub(crate) unsafe fn copyfile_state_free(state: copyfile_state_t) -> io::Result<()> { 1605 fn copyfile_state_free(state: copyfile_state_t) -> c::c_int; in copyfile_state_free() 1615 pub(crate) unsafe fn copyfile_state_get_copied(state: copyfile_state_t) -> io::Result<u64> { 1623 state: copyfile_state_t, 1628 fn copyfile_state_get(state: copyfile_state_t, fla [all...] |
H A D | types.rs | 1120 /// `copyfile_state_t`—State for use with [`fcopyfile`]. 1127 pub struct copyfile_state_t(pub(crate) *mut c::c_void); structure names
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 146 pub type copyfile_state_t = *mut ::c_void; types 5627 state: copyfile_state_t, in copyfile() 5633 state: copyfile_state_t, in fcopyfile()
|
Completed in 18 milliseconds