Home
last modified time | relevance | path

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

/third_party/rust/crates/nix/src/sys/
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);
182 hdtr_ptr as *mut libc::sf_hdtr,
219 let hdtr_ptr = hdtr.as_ref().map_or(ptr::null(), |s| &s.0 as *const libc::sf_hdtr);
225 hdtr_ptr as *mut libc::sf_hdtr,
265 let hdtr_ptr = hdtr.as_ref().map_or(ptr::null(), |s| &s.0 as *const libc::sf_hdtr);
271 hdtr_ptr as *mut libc::sf_hdtr,
/third_party/rust/crates/libc/libc-test/semver/
Ddragonfly.txt1497 sf_hdtr
Dfreebsd.txt1907 sf_hdtr
Dapple.txt2159 sf_hdtr
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs196 pub struct sf_hdtr {
1652 hdtr: *mut ::sf_hdtr, in sendfile() argument
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs456 pub struct sf_hdtr {
5382 hdtr: *mut ::sf_hdtr, in sendfile() argument
/third_party/python/Modules/
Dposixmodule.c9828 struct sf_hdtr sf; in os_sendfile_impl()