Home
last modified time | relevance | path

Searched defs:sendfile (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/src/linux/
Dsendfile.c4 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/
Dsendfile.rs12 pub fn sendfile<OutFd: AsFd, InFd: AsFd>( in sendfile() function
Dmod.rs57 mod sendfile; module
/third_party/NuttX/fs/vfs/
Dfs_sendfile.c87 ssize_t sendfile(int outfd, int infd, off_t *offset, size_t count) in sendfile() function
/third_party/rust/crates/nix/src/sys/
Dsendfile.rs26 pub fn sendfile( in sendfile() function
/third_party/python/Lib/wsgiref/
Dhandlers.py297 def sendfile(self): member in BaseHandler
/third_party/python/Lib/asyncio/
Dtrsock.py121 def sendfile(self, *args, **kwargs): member in TransportSocket
Dwindows_events.py612 def sendfile(self, sock, file, offset, count): member in IocpProactor
Devents.py363 async def sendfile(self, transport, file, offset=0, count=None, member in AbstractEventLoop
Dbase_events.py1117 async def sendfile(self, transport, file, offset=0, count=None, member in BaseEventLoop
/third_party/python/Lib/
Dsocket.py465 def sendfile(self, file, offset=0, count=None): member in socket
Dssl.py1241 def sendfile(self, file, offset=0, count=None): member in SSLSocket
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs1368 pub(crate) fn sendfile( in sendfile() function
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs1311 pub(crate) fn sendfile( in sendfile() function
/third_party/python/Lib/test/
Dtest_shutil.py2471 def sendfile(*args, **kwargs): function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1647 pub fn sendfile( in sendfile() function
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs3203 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/
Dmod.rs3343 pub fn sendfile( in sendfile() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4233 pub fn sendfile( in sendfile() function
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5377 pub fn sendfile( in sendfile() function