Lines Matching full:condition
165 \&\fBBIO_should_retry()\fR is true if the call that produced this condition
168 If \fBBIO_should_retry()\fR is false then the cause is an error condition.
170 \&\fBBIO_should_read()\fR is true if the cause of the condition is that the \s-1BIO\s0
174 \&\fBBIO_should_write()\fR is true if the cause of the condition is that the \s-1BIO\s0
178 \&\fBBIO_should_io_special()\fR is true if some \*(L"special\*(R" condition, that is a
179 reason other than reading or writing is the cause of the condition.
181 \&\fBBIO_retry_type()\fR returns a mask of the cause of a retry condition
187 condition, it returns the \s-1BIO\s0 that caused this condition and if
190 the type of \s-1BIO\s0 that resulted in this condition.
192 \&\fBBIO_get_retry_reason()\fR returns the reason for a special condition if
195 \&\fBBIO_set_retry_reason()\fR sets the retry reason for a special condition for a given
202 If \fBBIO_should_retry()\fR returns false then the precise \*(L"error condition\*(R"
206 connection closed. A similar condition on a file \s-1BIO\s0 will mean that it
226 will normally wait until the necessary condition is satisfied. How
255 condition or false if there is no retry condition.
259 \&\fBBIO_get_retry_reason()\fR returns the reason for a special condition.