Lines Matching refs:fatal
38 currently unable to read or write will return immediately with a non-fatal
137 L<SSL_write_ex(3)>. Errors may be fatal (for example because the underlying
138 connection has failed), or non-fatal (for example because we are trying to read
146 out what type of error has occurred. If the error is non-fatal and can be
155 Another type of non-fatal error that may occur is B<SSL_ERROR_ZERO_RETURN>. This
209 the event of a non-fatal failure, it waits until a retry of the I/O operation
211 in the previous section). It returns 1 in the event of a non-fatal error
212 (except EOF), 0 in the event of EOF, or -1 if a fatal error occurred.
225 socket it is very likely that calls to this function will fail with a non-fatal
241 this stage, so such a response is treated in the same way as a fatal error.
247 a nonblocking socket, this call could fail with a non-fatal error. In that case
280 same way as a fatal error.
321 fatal error, or we receive an EOF (indicating a graceful finish).