Home
last modified time | relevance | path

Searched defs:sendfile (Results 1 - 18 of 18) sorted by relevance

/third_party/rust/crates/rustix/src/fs/
H A Dsendfile.rs12 pub fn sendfile<OutFd: AsFd, InFd: AsFd>( in sendfile() functions
H A Dmod.rs57 mod sendfile; modules
/third_party/musl/src/linux/
H A Dsendfile.c4 ssize_t sendfile(int out_fd, int in_fd, off_t *ofs, size_t count) in sendfile() function
/third_party/rust/crates/nix/src/sys/
H A Dsendfile.rs26 pub fn sendfile( in sendfile() functions
159 pub fn sendfile( sendfile() functions
209 pub fn sendfile( sendfile() functions
255 pub fn sendfile( sendfile() functions
[all...]
H A Dmod.rs130 pub mod sendfile; modules
/third_party/NuttX/fs/vfs/
H A Dfs_sendfile.c87 ssize_t sendfile(int outfd, int infd, off_t *offset, size_t count) in sendfile() function
/third_party/python/Lib/
H A Dsocket.py466 def sendfile(self, file, offset=0, count=None): member in socket
H A Dssl.py1275 def sendfile(self, file, offset=0, count=None): member in SSLSocket
/third_party/python/Lib/wsgiref/
H A Dhandlers.py296 def sendfile(self): member in BaseHandler
/third_party/python/Lib/asyncio/
H A Dwindows_events.py641 def sendfile(self, sock, file, offset, count): member in IocpProactor
H A Devents.py368 async def sendfile(self, transport, file, offset=0, count=None, member in AbstractEventLoop
H A Dbase_events.py1152 async def sendfile(self, transport, file, offset=0, count=None, member in BaseEventLoop
[all...]
/third_party/python/Lib/test/
H A Dtest_shutil.py2530 def sendfile(*args, **kwargs): function
[all...]
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1647 pub fn sendfile( in sendfile() functions
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3343 pub fn sendfile( in sendfile() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4233 pub fn sendfile( in sendfile() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs3203 pub fn sendfile(out_fd: ::c_int, in_fd: ::c_int, off: *mut ::off_t, len: ::size_t) in sendfile() functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5377 pub fn sendfile( in sendfile() functions

Completed in 61 milliseconds