Searched refs:harray (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/
H A Dprobslet.h84 PRFileDesc *harray[PR_MAX_SELECT_DESC]; member in struct:PR_fd_set
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprsocket.c1616 set->harray[set->hsize++] = fh;
1624 if (set->harray[index] == fh) {
1626 set->harray[index2] = set->harray[index2+1];
1637 if (set->harray[index] == fh) {
1709 || (poll[pdidx].fd == set->harray[fsidx]))
1713 poll[pdidx].fd = set->harray[fsidx]; /* possibly redundant */
1826 if (NULL != pr_rd) pr_rd->harray[pr_rd->hsize++] = copy->fd;
1828 if (NULL != pr_wr) pr_wr->harray[pr_wr->hsize++] = copy->fd;
1830 if (NULL != pr_ex) pr_ex->harray[pr_e
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c4694 set->harray[set->hsize++] = fh;
4704 if (set->harray[index] == fh) {
4706 set->harray[index2] = set->harray[index2+1];
4719 if (set->harray[index] == fh) {
4781 FD_SET(pr_set->harray[index]->secret->md.osfd, set);
4782 if (pr_set->harray[index]->secret->md.osfd > max)
4783 max = pr_set->harray[index]->secret->md.osfd;
4803 if ( FD_ISSET(pr_set->harray[index]->secret->md.osfd, set) ) {
4804 pr_set->harray[last_use
[all...]

Completed in 275 milliseconds