Lines Matching full:condition
89 \&\fBBIO_should_retry()\fR is true if the call that produced this condition
92 If \fBBIO_should_retry()\fR is false then the cause is an error condition.
94 \&\fBBIO_should_read()\fR is true if the cause of the condition is that the BIO
98 \&\fBBIO_should_write()\fR is true if the cause of the condition is that the BIO
102 \&\fBBIO_should_io_special()\fR is true if some "special" condition, that is a
103 reason other than reading or writing is the cause of the condition.
105 \&\fBBIO_retry_type()\fR returns a mask of the cause of a retry condition
111 condition, it returns the BIO that caused this condition and if
114 the type of BIO that resulted in this condition.
116 \&\fBBIO_get_retry_reason()\fR returns the reason for a special condition if
119 \&\fBBIO_set_retry_reason()\fR sets the retry reason for a special condition for a given
126 If \fBBIO_should_retry()\fR returns false then the precise "error condition"
130 connection closed. A similar condition on a file BIO will mean that it
150 will normally wait until the necessary condition is satisfied. How
179 condition or false if there is no retry condition.
183 \&\fBBIO_get_retry_reason()\fR returns the reason for a special condition.