Home
last modified time | relevance | path

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

12

/external/strace/
Dsendfile.c53 SYS_FUNC(sendfile) in SYS_FUNC() argument
/external/trusty/musl/src/linux/
Dsendfile.c4 ssize_t sendfile(int out_fd, int in_fd, off_t *ofs, size_t count) in sendfile() function
/external/musl/src/linux/
Dsendfile.c4 ssize_t sendfile(int out_fd, int in_fd, off_t *ofs, size_t count) in sendfile() function
/external/rust/crates/rustix/src/fs/
Dsendfile.rs12 pub fn sendfile<OutFd: AsFd, InFd: AsFd>( in sendfile() function
Dmod.rs56 mod sendfile; module
/external/python/cpython2/Demo/pdist/
Dcmptree.py130 def sendfile(local, remote, name): function
/external/rust/crates/nix/src/sys/
Dsendfile.rs26 pub fn sendfile<F1: AsFd, F2: AsFd>( in sendfile() function
/external/cronet/third_party/apache-portable-runtime/src/test/
DMakefile103 sendfile: $(OBJECTS_sendfile) target
/external/cronet/third_party/apache-portable-runtime/src/network_io/unix/
Dsendrecv.c266 #define sendfile sendfile64 in apr_socket_sendfile() macro
679 #define sendfile sendfile64 in apr_socket_sendfile() macro
/external/iputils/
Dtftpd.c349 void sendfile(struct formats *pf) in sendfile() function
/external/cronet/third_party/apache-portable-runtime/src/
Dconfigure.in1359 AC_ARG_WITH(sendfile, [ --with-sendfile Override decision to use sendfile], optwith
1397 AC_SUBST(sendfile) subst
/external/python/cpython2/Lib/wsgiref/
Dhandlers.py221 def sendfile(self): member in BaseHandler
/external/python/cpython3/Lib/wsgiref/
Dhandlers.py296 def sendfile(self): member in BaseHandler
/external/python/cpython3/Lib/
Dsocket.py466 def sendfile(self, file, offset=0, count=None): member in socket
Dssl.py1246 def sendfile(self, file, offset=0, count=None): member in SSLSocket
/external/python/pyfakefs/pyfakefs/
Dfake_os.py1237 def sendfile(self, fd_out: int, fd_in: int, offset: int, count: int) -> int: member in FakeOsModule
/external/python/cpython3/Lib/asyncio/
Dwindows_events.py641 def sendfile(self, sock, file, offset, count): member in IocpProactor
Devents.py368 async def sendfile(self, transport, file, offset=0, count=None, member in AbstractEventLoop
Dbase_events.py1152 async def sendfile(self, transport, file, offset=0, count=None, member in BaseEventLoop
/external/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs1472 pub(crate) fn sendfile( in sendfile() function
/external/python/cpython3/Lib/test/
Dtest_shutil.py2530 def sendfile(*args, **kwargs): function
/external/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs1767 pub(crate) fn sendfile( in sendfile() function
/external/linux-kselftest/tools/testing/selftests/net/
Dtls.c341 TEST_F(tls, sendfile) in TEST_F() argument
/external/rust/crates/socket2/src/sys/
Dunix.rs2426 pub fn sendfile<F>( in sendfile() method
/external/crosvm/jail/seccomp/riscv64/
Dconstants.json2208 "sendfile": 71, number

12