Lines Matching refs:stack
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
29 The error stack access is not under a lock (because it is thread-local).
32 Error stack entries contain allocated data, copying entries between threads
40 entries on the error stack.
43 to the error stack.
54 they are left on the error stack of the thread that called SSL_write()
61 depend on the error stack contents.
64 error stack before returning to the user.
73 There is an error stack in QUIC_CHANNEL which serves as temporary storage
75 is detected the error stack entries are moved to this error stack in
79 a permanent connection error, entries from the QUIC_CHANNEL error stack
80 are copied to the thread local error stack. They are always kept on
81 the QUIC_CHANNEL error stack as well for possible further calls from
83 SSL_R_QUIC_CONNECTION_TERMINATED is added to the stack.
98 multi-stream-multi-thread mode as the error stack entries are always
101 the same error stack entries to report to the user.