Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A 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()
H A 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()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A 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()
H A Dbio_lib.c595 if (b->method == NULL || b->method->callback_ctrl == NULL in BIO_callback_ctrl()
608 ret = b->method->callback_ctrl(b, cmd, fp); in BIO_callback_ctrl()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/internal/
H A Dbio.h24 long (*callback_ctrl) (BIO *, int, BIO_info_cb *); member
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/
H A Dbio.h29 long (*callback_ctrl) (BIO *, int, BIO_info_cb *); member
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DBIO_meth_new.pod57 long (*callback_ctrl)(BIO *, int, BIO_info_cb *));
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dbio.h795 long (*callback_ctrl) (BIO *, int,
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dbio.h.in858 long (*callback_ctrl) (BIO *, int,