Home
last modified time | relevance | path

Searched refs:sf_hdtr (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/nix/src/sys/
H A Dsendfile.rs75 libc::sf_hdtr,
90 libc::sf_hdtr {
176 let hdtr_ptr = hdtr.as_ref().map_or(ptr::null(), |s| &s.0 as *const libc::sf_hdtr); in sendfile()
182 hdtr_ptr as *mut libc::sf_hdtr, in sendfile()
219 let hdtr_ptr = hdtr.as_ref().map_or(ptr::null(), |s| &s.0 as *const libc::sf_hdtr); in sendfile()
225 hdtr_ptr as *mut libc::sf_hdtr, in sendfile()
265 let hdtr_ptr = hdtr.as_ref().map_or(ptr::null(), |s| &s.0 as *const libc::sf_hdtr); in sendfile()
271 hdtr_ptr as *mut libc::sf_hdtr, in sendfile()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs196 pub struct sf_hdtr { structure names
1652 hdtr: *mut ::sf_hdtr, in sendfile()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs456 pub struct sf_hdtr { structure names
5382 hdtr: *mut ::sf_hdtr, in sendfile()
/third_party/python/Modules/
H A Dposixmodule.c9990 struct sf_hdtr sf; in os_sendfile_impl()

Completed in 33 milliseconds