Lines Matching defs:out_flags
441 PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags);
458 PRFileDesc *fd, PRInt16 out_flags);
1374 * PRInt16 out_flags
1375 * the out_flags field of the poll descriptor returned by
1390 NSPR_API(PRStatus) PR_ConnectContinue(PRFileDesc *fd, PRInt16 out_flags);
1409 * PR_Poll() should have been called and set the out_flags.
1984 PRInt16 out_flags;
1988 ** Bit values for PRPollDesc.in_flags or PRPollDesc.out_flags. Binary-or
1998 #define PR_POLL_ERR POLLERR /* only in out_flags */
1999 #define PR_POLL_NVAL POLLNVAL /* only in out_flags when fd is bad */
2000 #define PR_POLL_HUP POLLHUP /* only in out_flags */
2007 #define PR_POLL_ERR 0x8 /* only in out_flags */
2008 #define PR_POLL_NVAL 0x10 /* only in out_flags when fd is bad */
2009 #define PR_POLL_HUP 0x20 /* only in out_flags */
2027 ** this call PRPollDesc.out_flags will be set to indicate what kind of
2029 ** out_flags fields as scratch variables during the call. If PR_Poll()
2030 ** returns 0 or -1, the out_flags fields do not contain meaningful values
2089 ** the PR_POLL_READ flag set in the out_flags.