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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_win16.h90 typedef struct PRPollQueue struct
92 PRCList links; /* for linking PRPollQueue's together */
98 } PRPollQueue; typedef in typeref:struct:PRPollQueue
101 ((PRPollQueue *) ((char*) (_qp) - offsetof(PRPollQueue,links)))
138 PRPollQueue thr_pq; /* i/o parameters */
H A D_unixos.h121 typedef struct PRPollQueue { struct
122 PRCList links; /* for linking PRPollQueue's together */
128 } PRPollQueue; typedef in typeref:struct:PRPollQueue
131 ((PRPollQueue*) ((char*) (_qp) - offsetof(PRPollQueue,links)))
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16sock.c579 PRPollQueue *pq;
714 PRPollQueue *pq = _PR_POLLQUEUE_PTR(q);
878 PRPollQueue *pq = _PR_POLLQUEUE_PTR(q);
998 PRPollQueue *pq;
1005 * is a list of PRPollQueue structures, each of which contains
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix.c1365 PRPollQueue *pq = _PR_POLLQUEUE_PTR(q);
1564 PRPollQueue *pq = _PR_POLLQUEUE_PTR(q);
1733 PRPollQueue *pq = _PR_POLLQUEUE_PTR(q);
1808 PRPollQueue *pq = _PR_POLLQUEUE_PTR(q);
1964 PRPollQueue *pq = _PR_POLLQUEUE_PTR(q);
3029 PRPollQueue pq;

Completed in 103 milliseconds