Finds the SSL connection associated with a SSL FLI pointer, if any.
comm
find-ssl-connection-from-ssl-ref ssl-ref => ssl-connection-or-nil
ssl-ref⇩ |
A foreign pointer. |
ssl-connection-or-nil |
The function find-ssl-connection-from-ssl-ref
tries to find the SSL connection (a socket-stream or a async-io-state) associated with a SSL foreign pointer. The search is based on the address specified by ssl-ref, but not its type. The search succeeds if the SSL connection is still open and the address of ssl-ref is the same as the address of the SSL pointer of the SSL connection (the result of ssl-connection-ssl-ref).
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26