Home
last modified time | relevance | path

Searched refs:copyfile_state_t (Results 1 – 1 of 1) sorted by relevance

/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs162 pub type copyfile_state_t = *mut c_void; typedef
168 copyfile_state_t,
5894 state: copyfile_state_t, in copyfile() argument
5900 state: copyfile_state_t, in fcopyfile() argument
5903 pub fn copyfile_state_free(s: copyfile_state_t) -> c_int; in copyfile_state_free()
5904 pub fn copyfile_state_alloc() -> copyfile_state_t; in copyfile_state_alloc()
5905 pub fn copyfile_state_get(s: copyfile_state_t, flags: u32, dst: *mut c_void) -> c_int; in copyfile_state_get() argument
5906 pub fn copyfile_state_set(s: copyfile_state_t, flags: u32, src: *const c_void) -> c_int; in copyfile_state_set() argument