Searched refs:sendfile (Results 1 - 25 of 121) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/sys/
H A Dsendfile.h0 /* sendfile -- copy data directly from one file descriptor to another
34 extern ssize_t sendfile (int __out_fd, int __in_fd, off_t *__offset,
38 extern ssize_t __REDIRECT_NTH (sendfile,
42 # define sendfile sendfile64
52 #endif /* sys/sendfile.h */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/sys/
H A Dsendfile.h0 /* sendfile -- copy data directly from one file descriptor to another
34 extern ssize_t sendfile (int __out_fd, int __in_fd, off_t *__offset,
38 extern ssize_t __REDIRECT_NTH (sendfile,
42 # define sendfile sendfile64
52 #endif /* sys/sendfile.h */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/sys/
H A Dsendfile.h0 /* sendfile -- copy data directly from one file descriptor to another
34 extern ssize_t sendfile (int __out_fd, int __in_fd, off_t *__offset,
38 extern ssize_t __REDIRECT_NTH (sendfile,
42 # define sendfile sendfile64
52 #endif /* sys/sendfile.h */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dsendfile.h20 #include <sys/sendfile.h>
24 return sendfile(sock, sendfd, offset, len);
37 ret = sendfile(sendfd, sock, *offset, &len, NULL, 0);
54 ret = sendfile(sendfd, sock, *offset, nbytes, NULL, &len, SF_MNOWAIT);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dsendfile.h20 #include <sys/sendfile.h>
24 return sendfile(sock, sendfd, offset, len);
37 ret = sendfile(sendfd, sock, *offset, &len, NULL, 0);
54 ret = sendfile(sendfd, sock, *offset, nbytes, NULL, &len, SF_MNOWAIT);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dsendfile.h20 #include <sys/sendfile.h>
24 return sendfile(sock, sendfd, offset, len);
37 ret = sendfile(sendfd, sock, *offset, &len, NULL, 0);
54 ret = sendfile(sendfd, sock, *offset, nbytes, NULL, &len, SF_MNOWAIT);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/adouble/
H A Dad_sendfile.c5 * NOTE: the following uses the fact that sendfile() only exists on
8 * sendfile chainsaw from samba.
11 sendfile implementations.
44 #include <sys/sendfile.h>
48 return sendfile(tofd, fromfd, offset, count);
52 #include <sys/sendfile.h>
56 return sendfile(tofd, fromfd, offset, count);
68 ret = sendfile(fromfd, tofd, *offset, count, NULL, &len, 0);
81 /* No sendfile syscall. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/adouble/
H A Dad_sendfile.c5 * NOTE: the following uses the fact that sendfile() only exists on
8 * sendfile chainsaw from samba.
11 sendfile implementations.
44 #include <sys/sendfile.h>
48 return sendfile(tofd, fromfd, offset, count);
52 #include <sys/sendfile.h>
56 return sendfile(tofd, fromfd, offset, count);
68 ret = sendfile(fromfd, tofd, *offset, count, NULL, &len, 0);
81 /* No sendfile syscall. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/adouble/
H A Dad_sendfile.c5 * NOTE: the following uses the fact that sendfile() only exists on
8 * sendfile chainsaw from samba.
11 sendfile implementations.
44 #include <sys/sendfile.h>
48 return sendfile(tofd, fromfd, offset, count);
52 #include <sys/sendfile.h>
56 return sendfile(tofd, fromfd, offset, count);
68 ret = sendfile(fromfd, tofd, *offset, count, NULL, &len, 0);
81 /* No sendfile syscall. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Dsendfile.c4 sendfile implementations.
22 * This file handles the OS dependent sendfile implementations.
31 #include <sys/sendfile.h>
45 * Use MSG_MORE to cork the TCP output until sendfile is called.
65 nwritten = sendfile(tofd, fromfd, &offset, total);
71 * the header, but the sendfile failed. We have to
72 * emulate the sendfile at an upper layer before we
93 * won't do proper 64-bit sendfile. JRA.
96 extern int32 sendfile (int out_fd, int in_fd, int32 *offset, uint32 count);
114 * system call sendfile a
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dsendfile.c4 sendfile implementations.
21 * This file handles the OS dependent sendfile implementations.
30 #include <sys/sendfile.h>
44 * Use MSG_MORE to cork the TCP output until sendfile is called.
64 nwritten = sendfile(tofd, fromfd, &offset, total);
70 * the header, but the sendfile failed. We have to
71 * emulate the sendfile at an upper layer before we
96 * won't do proper 64-bit sendfile. JRA.
99 extern int32 sendfile (int out_fd, int in_fd, int32 *offset, uint32 count);
117 * system call sendfile a
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Dsendfile.c4 sendfile implementations.
22 * This file handles the OS dependent sendfile implementations.
31 #include <sys/sendfile.h>
45 * Use MSG_MORE to cork the TCP output until sendfile is called.
65 nwritten = sendfile(tofd, fromfd, &offset, total);
71 * the header, but the sendfile failed. We have to
72 * emulate the sendfile at an upper layer before we
93 * won't do proper 64-bit sendfile. JRA.
96 extern int32 sendfile (int out_fd, int in_fd, int32 *offset, uint32 count);
114 * system call sendfile a
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Dsendfile.c4 sendfile implementations.
21 * This file handles the OS dependent sendfile implementations.
30 #include <sys/sendfile.h>
44 * Use MSG_MORE to cork the TCP output until sendfile is called.
64 nwritten = sendfile(tofd, fromfd, &offset, total);
70 * the header, but the sendfile failed. We have to
71 * emulate the sendfile at an upper layer before we
96 * won't do proper 64-bit sendfile. JRA.
99 extern int32 sendfile (int out_fd, int in_fd, int32 *offset, uint32 count);
117 * system call sendfile a
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/
H A Dsendfile.c4 sendfile implementations.
21 * This file handles the OS dependent sendfile implementations.
30 #include <sys/sendfile.h>
44 * Use MSG_MORE to cork the TCP output until sendfile is called.
64 nwritten = sendfile(tofd, fromfd, &offset, total);
70 * the header, but the sendfile failed. We have to
71 * emulate the sendfile at an upper layer before we
96 * won't do proper 64-bit sendfile. JRA.
99 extern int32 sendfile (int out_fd, int in_fd, int32 *offset, uint32 count);
117 * system call sendfile a
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/
H A Dsendfile.c4 sendfile implementations.
22 * This file handles the OS dependent sendfile implementations.
31 #include <sys/sendfile.h>
45 * Use MSG_MORE to cork the TCP output until sendfile is called.
65 nwritten = sendfile(tofd, fromfd, &offset, total);
71 * the header, but the sendfile failed. We have to
72 * emulate the sendfile at an upper layer before we
93 * won't do proper 64-bit sendfile. JRA.
96 extern int32 sendfile (int out_fd, int in_fd, int32 *offset, uint32 count);
114 * system call sendfile a
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dnetwork_darwin_sendfile.c36 /* Darwin sendfile() */
38 if (-1 == (r = sendfile(c->file.fd, fd, offset, &written, NULL, 0))) {
48 log_error_write(srv, __FILE__, __LINE__, "ssd", "sendfile: ", strerror(errno), errno);
H A Dnetwork_freebsd_sendfile.c36 /* FreeBSD sendfile() */
37 if (-1 == (r = sendfile(c->file.fd, fd, offset, toSend, NULL, &written, 0))) {
47 log_error_write(srv, __FILE__, __LINE__, "ssd", "sendfile: ", strerror(errno), errno);
H A Dnetwork_solaris_sendfilev.c8 #include <sys/sendfile.h>
58 log_error_write(srv, __FILE__, __LINE__, "ssd", "sendfile: ", strerror(errno), errno);
H A Dnetwork_linux_sendfile.c8 #include <sys/sendfile.h>
42 if (-1 == (r = sendfile(fd, c->file.fd, &offset, toSend))) {
52 "sendfile failed:", strerror(errno), fd);
117 "sendfile failed:", strerror(errno), fd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dnetwork_darwin_sendfile.c36 /* Darwin sendfile() */
38 if (-1 == (r = sendfile(c->file.fd, fd, offset, &written, NULL, 0))) {
48 log_error_write(srv, __FILE__, __LINE__, "ssd", "sendfile: ", strerror(errno), errno);
H A Dnetwork_freebsd_sendfile.c36 /* FreeBSD sendfile() */
37 if (-1 == (r = sendfile(c->file.fd, fd, offset, toSend, NULL, &written, 0))) {
47 log_error_write(srv, __FILE__, __LINE__, "ssd", "sendfile: ", strerror(errno), errno);
H A Dnetwork_solaris_sendfilev.c8 #include <sys/sendfile.h>
58 log_error_write(srv, __FILE__, __LINE__, "ssd", "sendfile: ", strerror(errno), errno);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dnetwork_darwin_sendfile.c36 /* Darwin sendfile() */
38 if (-1 == (r = sendfile(c->file.fd, fd, offset, &written, NULL, 0))) {
48 log_error_write(srv, __FILE__, __LINE__, "ssd", "sendfile: ", strerror(errno), errno);
H A Dnetwork_freebsd_sendfile.c36 /* FreeBSD sendfile() */
37 if (-1 == (r = sendfile(c->file.fd, fd, offset, toSend, NULL, &written, 0))) {
47 log_error_write(srv, __FILE__, __LINE__, "ssd", "sendfile: ", strerror(errno), errno);
H A Dnetwork_solaris_sendfilev.c8 #include <sys/sendfile.h>
58 log_error_write(srv, __FILE__, __LINE__, "ssd", "sendfile: ", strerror(errno), errno);

Completed in 108 milliseconds

12345