Searched refs:callback_ctrl (Results 1 – 6 of 6) sorted by relevance
| /src/crypto/openssl/crypto/bio/ |
| H A D | bio_meth.c | 226 return biom->callback_ctrl; in BIO_meth_get_callback_ctrl() 231 long (*callback_ctrl)(BIO *, int, in BIO_meth_set_callback_ctrl() 234 biom->callback_ctrl = callback_ctrl; in BIO_meth_set_callback_ctrl()
|
| H A D | bio_lib.c | 688 if (b->method == NULL || b->method->callback_ctrl == NULL in BIO_callback_ctrl() 701 ret = b->method->callback_ctrl(b, cmd, fp); in BIO_callback_ctrl()
|
| /src/crypto/openssl/include/internal/ |
| H A D | bio.h | 29 long (*callback_ctrl)(BIO *, int, BIO_info_cb *); member
|
| /src/crypto/openssl/doc/man3/ |
| H A D | BIO_meth_new.pod | 45 long (*callback_ctrl)(BIO *, int, BIO_info_cb *));
|
| /src/crypto/openssl/include/openssl/ |
| H A D | bio.h | 1000 long (*callback_ctrl)(BIO *, int,
|
| H A D | bio.h.in | 977 long (*callback_ctrl)(BIO *, int,
|