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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dprpoll.c96 PRPollDesc pds0[10], pds1[10], *pds, *other_pds; local
156 other_pds = pds1;
277 other_pds[j] = pds[j];
291 other_pds[nextIndex].fd = PR_CreateSocketPollFd(newsd);
292 PR_ASSERT(other_pds[nextIndex].fd);
293 other_pds[nextIndex].in_flags = PR_POLL_READ;
300 other_pds[nextIndex].fd = sock;
301 other_pds[nextIndex].in_flags = PR_POLL_READ;
355 other_pds[nextIndex] = pds[j];
363 pds = other_pds;
[all...]
H A Dpoll_nm.c135 PRPollDesc pds0[20], pds1[20], *pds, *other_pds; local
240 other_pds = pds1;
298 other_pds[j] = pds[j];
311 other_pds[nextIndex].fd = sock;
312 other_pds[nextIndex].in_flags = PR_POLL_READ;
332 other_pds[nextIndex] = pds[j];
368 other_pds[nextIndex] = pds[j];
375 pds = other_pds;
376 other_pds = tmp;
H A Dpoll_to.c85 PRPollDesc pds0[10], pds1[10], *pds, *other_pds; local
179 other_pds = pds1;
H A Dpoll_er.c106 PRPollDesc pds0[10], pds1[10], *pds, *other_pds; local
199 other_pds = pds1;

Completed in 45 milliseconds