Lines Matching full:operation
5 SSL_get_error - obtain result code for TLS/SSL I/O operation
23 used in the same thread that performed the TLS/SSL I/O operation, and no
25 thread's error queue must be empty before the TLS/SSL I/O operation is
47 The TLS/SSL I/O operation completed. This result code is returned
63 The operation did not complete and can be retried later.
65 B<SSL_ERROR_WANT_READ> is returned when the last operation was a read
66 operation from a nonblocking B<BIO>.
68 operation.
77 B<SSL_ERROR_WANT_WRITE> is returned when the last operation was a write
91 from SSL_write() or SSL_write_ex() then you should not do any other operation
110 The operation did not complete; the same TLS/SSL I/O function should be
121 The operation did not complete because an application callback set by
128 The operation did not complete because an asynchronous engine is still
145 operation after a currently executing asynchronous operation for the current
150 The operation did not complete because an application callback set by