Searched full:sendfile (Results 1 - 13 of 13) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsocket.c186 /* the sendfile method in emuSendFileMethods */
1235 "SendFile 1. ERROR - small file header corruption\n");
1242 "SendFile 1. ERROR - small file data corruption\n");
1250 "SendFile 1. ERROR - small file trailer corruption\n");
1269 "SendFile 2. ERROR - large file header corruption\n");
1276 "SendFile 2. ERROR - large file data corruption\n");
1284 "SendFile 2. ERROR - large file trailer corruption\n");
1302 "SendFile 3. ERROR - small file header corruption\n");
1309 "SendFile 3. ERROR - small file data corruption\n");
1328 "SendFile
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dpprio.h206 ** Emulate sendfile by reading from the file and writing to the socket.
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c91 #include <sys/sendfile.h>
100 * Match the definitions in <sys/sendfile.h>.
185 #include <sys/sendfile.h>
340 * For sendfile()
354 * For sendfile()
369 * For sendfile()
1020 count = sendfile(op->arg1.osfd, op->filedesc, op->arg3.file_spec.offset,
1126 rv = sendfile(op->arg1.osfd, op->in_fd, &op->offset, op->count);
2259 * This implementation takes advantage of the sendfile() system
2290 * SF_DISCONNECT seems to close the socket even if sendfile()
[all...]
/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h277 #define EXT_SFBUF 2 /* sendfile(2)'s sf_bufs */
345 /* XXX: Sendfile stats should eventually move to their own struct */
346 u_long sf_iocnt; /* times sendfile had to do disk I/O */
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dregops.c575 .sendfile = generic_file_sendfile,
H A Dvfsmod.c280 /* Required for seek/sendfile.
H A Dutils.c29 * sendfile work. For more information have a look at
/vbox/src/libs/xpcom18a4/
H A DConfig.kmk126 TEMPLATE_XPCOM_LIBS.solaris = sendfile
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dpriometh.c293 return((sd->methods->sendfile)(sd,sfd,flags,timeout));
H A Dprlayer.c421 return sd->lower->methods->sendfile(
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h494 PRSendfileFN sendfile; /* Send a (partial) file with header/trailer*/ member in struct:PRIOMethods
/vbox/doc/manual/fr_FR/
H A Duser_ChangeLog.xml8640 <para>Suppléments Linux : <emphasis>sendfile()</emphasis> renvoyait
/vbox/doc/manual/
H A Duser_ChangeLogImpl.xml9367 <para>Linux Additions: <emphasis>sendfile()</emphasis> returned

Completed in 278 milliseconds