Lines Matching refs:on
7 The errors are put on the error stack (rather a queue but error stack is
10 error return value. The `SSL_get_error()` call depends on the stack being
18 immediately after the API call on the same thread. There is no such thing as
40 entries on the error stack.
48 QUIC connection - for example EAGAIN returned on a syscall, or unavailability
51 Operations on QUIC streams (SSL_write(), SSL_read()) can also trigger errors,
52 depending on their effect they are either permanent if they cause the
54 they are left on the error stack of the thread that called SSL_write()
55 or SSL_read() on the stream.
60 Return value of SSL_get_error() on QUIC connections or streams does not
61 depend on the error stack contents.
67 processing, or when calling SSL_read()/SSL_write() on a stream need to be
68 replicated for SSL_read()/SSL_write() calls on other streams.
80 are copied to the thread local error stack. They are always kept on
88 The return value of SSL_tick() does not depend on whether there is
89 a permanent error on the connection. The only case when SSL_tick() may