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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsocket.c1494 PRFileDesc *local_small_file_fd=NULL; local
1500 local_small_file_fd = PR_Open(SMALL_FILE_NAME, PR_RDONLY,0);
1502 if (local_small_file_fd == NULL) {
1516 bytes = PR_TransmitFile(sockfd, local_small_file_fd, small_file_header,
1541 sfd.fd = local_small_file_fd;
1588 sfd.fd = local_small_file_fd;
1610 sfd.fd = local_small_file_fd;
1654 sfd.fd = local_small_file_fd;
1720 if (local_small_file_fd != NULL)
1721 PR_Close(local_small_file_fd);
[all...]

Completed in 142 milliseconds