Searched refs:PR_SendFile (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsendzlf.c41 * Description: send a zero-length file with PR_SendFile and
139 nbytes = PR_SendFile(acceptSock, &sfd, PR_TRANSMITFILE_KEEP_OPEN,
142 fprintf(stderr, "PR_SendFile should return %d but returned %d\n",
148 nbytes = PR_SendFile(acceptSock, &sfd, PR_TRANSMITFILE_KEEP_OPEN,
151 fprintf(stderr, "PR_SendFile should return %d but returned %d\n",
158 nbytes = PR_SendFile(acceptSock, &sfd, PR_TRANSMITFILE_KEEP_OPEN,
161 fprintf(stderr, "PR_SendFile should return %d but returned %d\n",
H A Dsocket.c1219 * receive data from PR_SendFile
1535 * PR_SendFile test cases
1548 bytes = PR_SendFile(sockfd, &sfd, PR_TRANSMITFILE_KEEP_OPEN,
1554 "socket: Error - 1. PR_SendFile send_size = %d, bytes sent = %d\n",
1557 "prsocket_test: PR_SendFile failed: (%ld, %ld)\n",
1572 bytes = PR_SendFile(sockfd, &sfd, PR_TRANSMITFILE_KEEP_OPEN,
1578 "socket: Error - 2. PR_SendFile send_size = %d, bytes sent = %d\n",
1581 "prsocket_test: PR_SendFile failed: (%ld, %ld)\n",
1595 bytes = PR_SendFile(sockfd, &sfd, PR_TRANSMITFILE_KEEP_OPEN,
1600 "socket: Error - 3. PR_SendFile send_siz
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h117 #define PR_SendFile VBoxNsprPR_SendFile macro
1698 ** FUNCTION: PR_SendFile
1700 ** PR_SendFile sends data from a file (sendData->fd) across a socket
1743 NSPR_API(PRInt32) PR_SendFile(
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dpriometh.c289 PR_IMPLEMENT(PRInt32) PR_SendFile(

Completed in 67 milliseconds