Searched refs:out_flags (Results 1 – 9 of 9) sorted by relevance
148 Error KernelObject::GetFDFlags(int fd, int* out_flags) { in GetFDFlags() argument153 *out_flags = handle_map_[fd].flags; in GetFDFlags()
67 Error GetFDFlags(int fd, int* out_flags);
361 PRFileDesc *fd, PRInt16 in_flags, PRInt16 *out_flags);378 PRFileDesc *fd, PRInt16 out_flags);1310 NSPR_API(PRStatus) PR_ConnectContinue(PRFileDesc *fd, PRInt16 out_flags);1904 PRInt16 out_flags; member
604 DWORD out_flags; in InitializeSSLContext() local634 &out_flags, in InitializeSSLContext()953 DWORD out_flags; in DoHandshakeReadComplete() local998 &out_flags, in DoHandshakeReadComplete()1011 (FAILED(isc_status_) && (out_flags & ISC_RET_EXTENDED_ERROR)))) { in DoHandshakeReadComplete()
119 ide_reg_valid_t out_flags; member
84 PRInt16 out_flags; member
115 PRInt16 out_flags; member
2578 PRInt16 out_flags = lower_out_flags & ~PR_POLL_RW; in ssl_Poll() local2580 out_flags |= PR_POLL_WRITE; in ssl_Poll()2582 out_flags |= PR_POLL_READ; in ssl_Poll()2583 *p_out_flags = out_flags; in ssl_Poll()
248 PRInt16 *out_flags) { in StreamPoll() argument