Searched defs:trailer (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsendzlf.c114 char header[1024], trailer[1024]; local
128 memcpy(trailer, TRAILER_STR, TRAILER_LEN);
131 sfd.trailer = trailer;
138 /* Send both header and trailer */
155 /* Header only, no trailer */
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h494 PRSendfileFN sendfile; /* Send a (partial) file with header/trailer*/
1701 ** (networkSocket). If specified, a header and/or trailer buffer are sent
1703 ** of file data to send, the header and trailer buffers are specified in the
1713 ** Contains the FD, file offset and length, header and trailer
1738 const void *trailer; /* trailer buffer */ member in struct:PRSendFileData
1739 PRInt32 tlen; /* trailer len */

Completed in 1688 milliseconds