/third_party/musl/src/linux/ |
D | sendfile.c | 4 ssize_t sendfile(int out_fd, int in_fd, off_t *ofs, size_t count) in sendfile() function
|
/third_party/rust/crates/rustix/src/fs/ |
D | sendfile.rs | 12 pub fn sendfile<OutFd: AsFd, InFd: AsFd>( in sendfile() function
|
D | mod.rs | 57 mod sendfile; module
|
/third_party/NuttX/fs/vfs/ |
D | fs_sendfile.c | 87 ssize_t sendfile(int outfd, int infd, off_t *offset, size_t count) in sendfile() function
|
/third_party/rust/crates/nix/src/sys/ |
D | sendfile.rs | 26 pub fn sendfile( in sendfile() function
|
/third_party/python/Lib/wsgiref/ |
D | handlers.py | 297 def sendfile(self): member in BaseHandler
|
/third_party/python/Lib/asyncio/ |
D | trsock.py | 121 def sendfile(self, *args, **kwargs): member in TransportSocket
|
D | windows_events.py | 612 def sendfile(self, sock, file, offset, count): member in IocpProactor
|
D | events.py | 363 async def sendfile(self, transport, file, offset=0, count=None, member in AbstractEventLoop
|
D | base_events.py | 1117 async def sendfile(self, transport, file, offset=0, count=None, member in BaseEventLoop
|
/third_party/python/Lib/ |
D | socket.py | 465 def sendfile(self, file, offset=0, count=None): member in socket
|
D | ssl.py | 1241 def sendfile(self, file, offset=0, count=None): member in SSLSocket
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | syscalls.rs | 1368 pub(crate) fn sendfile( in sendfile() function
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | syscalls.rs | 1311 pub(crate) fn sendfile( in sendfile() function
|
/third_party/python/Lib/test/ |
D | test_shutil.py | 2471 def sendfile(*args, **kwargs): function
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1647 pub fn sendfile( in sendfile() function
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 3203 pub fn sendfile(out_fd: ::c_int, in_fd: ::c_int, off: *mut ::off_t, len: ::size_t) in sendfile() function
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 3343 pub fn sendfile( in sendfile() function
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 4233 pub fn sendfile( in sendfile() function
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 5377 pub fn sendfile( in sendfile() function
|