Fill desc with the pollable write-side target for a BIO (if any).
Declared in <openssl/bio.h>
int
BIO_get_wpoll_descriptor(
BIO* b,
BIO_POLL_DESCRIPTOR* desc);
1 if a descriptor was returned, or 0 if none / unsupported.
| Name | Description |
|---|---|
| b | BIO to query. |
| desc | Receives type/discriminator and fd/ssl/custom value for polling. |