Lines Matching defs:PRPollDesc
144 typedef struct PRPollDesc PRPollDesc;
1403 * PRPollDesc structure to determine whether the nonblocking
1406 * const PRPollDesc *pd
1407 * Pointer to a PRPollDesc whose fd member is the socket,
1420 NSPR_API(PRStatus) PR_GetConnectStatus(const PRPollDesc *pd);
1981 struct PRPollDesc {
1988 ** Bit values for PRPollDesc.in_flags or PRPollDesc.out_flags. Binary-or
2022 ** PRPollDesc.fd should be set to a pointer to a PRFileDesc object
2025 ** PRPollDesc.in_flags should be set to the desired request
2027 ** this call PRPollDesc.out_flags will be set to indicate what kind of
2034 ** PRPollDesc *pds A pointer to an array of PRPollDesc
2047 ** PRInt32 Number of PRPollDesc's with events or zero
2054 PRPollDesc *pds, PRIntn npds, PRIntervalTime timeout);