Searched refs:newfd (Results 1 - 6 of 6) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
H A D | rcnetio.cpp | 59 PRFileDesc* newfd = fd->methods->accept(fd, &peer, timeout); local 60 if (NULL != newfd) 66 rcio->fd = newfd; 69 (void)(newfd->methods->close)(newfd);
|
H A D | rcfileio.h | 87 RCIO **newfd, RCNetAddr **address, void *buffer,
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
H A D | pripv6.c | 168 PRFileDesc *newfd; local 186 newfd = (fd->lower->methods->accept)(fd->lower, addrlower, timeout); 187 if (NULL == newfd) 195 rv = PR_PushIOLayer(newfd, PR_TOP_IO_LAYER, newstack); 197 return newfd; /* that's it */
|
H A D | prlayer.c | 210 PRFileDesc *newfd, *layer = fd; local 229 newfd = (fd->lower->methods->accept)(fd->lower, addr, timeout); 230 if (NULL == newfd) 237 newstack->lower = newfd; 238 newfd->higher = newstack; 242 rv = PR_PushIOLayer(newfd, PR_TOP_IO_LAYER, newstack); 244 return newfd; /* that's it */
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | nblayer.c | 377 PRFileDesc *newfd, *layer = fd; local 401 newfd = (fd->lower->methods->accept)(fd->lower, addr, timeout); 402 if (NULL == newfd) 410 rv = PR_PushIOLayer(newfd, PR_TOP_IO_LAYER, newstack); 412 return newfd; /* that's it */
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ |
H A D | ptio.c | 1670 PRFileDesc *newfd = NULL; local 1674 if (pt_TestAbort()) return newfd; 1727 newfd = pt_SetMethods(osfd, PR_DESC_SOCKET_TCP, PR_TRUE, PR_FALSE); 1728 if (newfd == NULL) close(osfd); /* $$$ whoops! this doesn't work $$$ */ 1739 newfd->secret->md.tcp_nodelay = fd->secret->md.tcp_nodelay; 1742 return newfd;
|
Completed in 503 milliseconds