Lines Matching refs:condition
30 BIO_should_retry() is true if the call that produced this condition
33 If BIO_should_retry() is false then the cause is an error condition.
35 BIO_should_read() is true if the cause of the condition is that the BIO
39 BIO_should_write() is true if the cause of the condition is that the BIO
43 BIO_should_io_special() is true if some "special" condition, that is a
44 reason other than reading or writing is the cause of the condition.
46 BIO_retry_type() returns a mask of the cause of a retry condition
52 condition, it returns the BIO that caused this condition and if
55 the type of BIO that resulted in this condition.
57 BIO_get_retry_reason() returns the reason for a special condition if
60 BIO_set_retry_reason() sets the retry reason for a special condition for a given
68 If BIO_should_retry() returns false then the precise "error condition"
72 connection closed. A similar condition on a file BIO will mean that it
92 will normally wait until the necessary condition is satisfied. How
123 condition or false if there is no retry condition.
127 BIO_get_retry_reason() returns the reason for a special condition.