Searched refs:copyfile_state_t (Results 1 – 1 of 1) sorted by relevance
162 pub type copyfile_state_t = *mut c_void; typedef168 copyfile_state_t,5894 state: copyfile_state_t, in copyfile() argument5900 state: copyfile_state_t, in fcopyfile() argument5903 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() argument5906 pub fn copyfile_state_set(s: copyfile_state_t, flags: u32, src: *const c_void) -> c_int; in copyfile_state_set() argument