Searched refs:_PRWin16PollDesc (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_win16.h83 typedef struct _PRWin16PollDesc struct
88 } _PRWin16PollDesc; typedef in typeref:struct:_PRWin16PollDesc
93 _PRWin16PollDesc *pds; /* array of poll descriptors */
137 _PRWin16PollDesc thr_pd; /* poll descriptor for i/o */
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16sock.c578 _PRWin16PollDesc *pd;
716 _PRWin16PollDesc *pds = pq->pds;
717 _PRWin16PollDesc *epds = pds + pq->npds;
880 _PRWin16PollDesc *pds = pq->pds;
881 _PRWin16PollDesc *epds = pds + pq->npds;
996 _PRWin16PollDesc *spds, *spd;
1006 * a _PRWin16PollDesc. A _PRWin16PollDesc struct contains
1008 * So, we have allocate memory for _PRWin16PollDesc structures,
1010 * point to this list of _PRWin16PollDesc structure
[all...]

Completed in 505 milliseconds