Return the extended write function installed on a BIO_METHOD.
Synopsis
Declared in <openssl/bio.h>
int(*
BIO_meth_get_write_ex(BIO_METHOD const* biom))(BIO*, char const*, size_t, size_t*);
Return Value
Write‐ex callback, or NULL if unset.
Parameters
Name |
Description |
biom |
Method to query. |
Created with MrDocs