Searched full:sendfile (Results 1 - 13 of 13) sorted by relevance
| /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
| H A D | socket.c | 186 /* 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 D | pprio.h | 206 ** Emulate sendfile by reading from the file and writing to the socket.
|
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ |
| H A D | ptio.c | 91 #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 D | mbuf.h | 277 #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 D | regops.c | 575 .sendfile = generic_file_sendfile,
|
| H A D | vfsmod.c | 280 /* Required for seek/sendfile.
|
| H A D | utils.c | 29 * sendfile work. For more information have a look at
|
| /vbox/src/libs/xpcom18a4/ |
| H A D | Config.kmk | 126 TEMPLATE_XPCOM_LIBS.solaris = sendfile
|
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
| H A D | priometh.c | 293 return((sd->methods->sendfile)(sd,sfd,flags,timeout));
|
| H A D | prlayer.c | 421 return sd->lower->methods->sendfile(
|
| /vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
| H A D | prio.h | 494 PRSendfileFN sendfile; /* Send a (partial) file with header/trailer*/ member in struct:PRIOMethods
|
| /vbox/doc/manual/fr_FR/ |
| H A D | user_ChangeLog.xml | 8640 <para>Suppléments Linux : <emphasis>sendfile()</emphasis> renvoyait
|
| /vbox/doc/manual/ |
| H A D | user_ChangeLogImpl.xml | 9367 <para>Linux Additions: <emphasis>sendfile()</emphasis> returned
|
Completed in 278 milliseconds