Searched refs:callback_ctrl (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/crypto/bio/ |
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()
|
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()
|
/third_party/openssl/include/internal/ |
D | bio.h | 24 long (*callback_ctrl) (BIO *, int, BIO_info_cb *); member
|
/third_party/openssl/doc/man3/ |
D | BIO_meth_new.pod | 57 long (*callback_ctrl)(BIO *, int, BIO_info_cb *));
|
/third_party/openssl/include/openssl/ |
D | bio.h | 795 long (*callback_ctrl) (BIO *, int,
|