Lines Matching refs:SSL_shutdown_ex
40 - [`SSL_shutdown_ex`](#-ssl-shutdown-ex-)
282 See `SSL_shutdown_ex` below for discussion of how this will work for QUIC.
285 `SSL_shutdown_ex` with `flags` set to 0 and `args` set to `NULL`.
359 For further discussion of this issue, see `SSL_shutdown_ex` and the Q&A.
538 #### `SSL_shutdown_ex`
554 int SSL_shutdown_ex(SSL *ssl,
560 `SSL_shutdown_ex` is an extended version of `SSL_shutdown`.
563 are read only on the first call to `SSL_shutdown_ex` for a given SSL object and
564 subsequent calls to `SSL_shutdown_ex` ignore the `args` argument. `args_len`
568 Calling `SSL_shutdown_ex` on a QUIC connection SSL object causes the immediate
596 complete. In non-blocking mode, `SSL_shutdown_ex` should be called until it
625 `SSL_shutdown_ex` without the flag set.
627 Calling `SSL_shutdown_ex` on a QUIC stream SSL object is not valid; such a call