Searched refs:callback_ctrl (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
H A D | bio_meth.c | 211 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 D | bio_lib.c | 544 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 D | bio_meth.c | 211 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 D | bio_lib.c | 595 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 D | bio.h | 24 long (*callback_ctrl) (BIO *, int, BIO_info_cb *); member
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/ |
H A D | bio.h | 29 long (*callback_ctrl) (BIO *, int, BIO_info_cb *); member
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | BIO_meth_new.pod | 57 long (*callback_ctrl)(BIO *, int, BIO_info_cb *));
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | bio.h | 795 long (*callback_ctrl) (BIO *, int,
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | bio.h.in | 858 long (*callback_ctrl) (BIO *, int,
|