Home
last modified time | relevance | path

Searched refs:callback_ctrl (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/crypto/bio/
Dbio_meth.c211 return biom->callback_ctrl; in BIO_meth_get_callback_ctrl()
215 long (*callback_ctrl) (BIO *, int, in BIO_meth_set_callback_ctrl()
218 biom->callback_ctrl = callback_ctrl; in BIO_meth_set_callback_ctrl()
Dbio_lib.c544 if ((b->method == NULL) || (b->method->callback_ctrl == NULL) in BIO_callback_ctrl()
557 ret = b->method->callback_ctrl(b, cmd, fp); in BIO_callback_ctrl()
/third_party/openssl/include/internal/
Dbio.h24 long (*callback_ctrl) (BIO *, int, BIO_info_cb *); member
/third_party/openssl/doc/man3/
DBIO_meth_new.pod57 long (*callback_ctrl)(BIO *, int, BIO_info_cb *));
/third_party/openssl/include/openssl/
Dbio.h795 long (*callback_ctrl) (BIO *, int,