/openssl/crypto/bio/ |
H A D | bf_null.c | 24 static long nullf_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp); 94 static long nullf_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in nullf_callback_ctrl()
|
H A D | bf_nbio.c | 27 static long nbiof_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp); 170 static long nbiof_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in nbiof_callback_ctrl()
|
H A D | bf_prefix.c | 23 static long prefix_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp); 194 static long prefix_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in prefix_callback_ctrl()
|
H A D | bss_conn.c | 42 BIO_info_cb *info_callback; 57 static long conn_callback_ctrl(BIO *h, int cmd, BIO_info_cb *); 114 BIO_info_cb *cb = NULL; in conn_state() 690 BIO_info_cb **fptr; in conn_ctrl() 692 fptr = (BIO_info_cb **)ptr; in conn_ctrl() 732 static long conn_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in conn_callback_ctrl()
|
H A D | bio_meth.c | 224 long (*BIO_meth_get_callback_ctrl(const BIO_METHOD *biom)) (BIO *, int, BIO_info_cb *) in BIO_meth_get_callback_ctrl() 232 BIO_info_cb *)) in BIO_meth_set_callback_ctrl() argument
|
H A D | bf_readbuff.c | 31 static long readbuffer_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp); 211 static long readbuffer_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in readbuffer_callback_ctrl()
|
H A D | bf_lbuf.c | 23 static long linebuffer_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp); 298 static long linebuffer_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in linebuffer_callback_ctrl()
|
H A D | bf_buff.c | 22 static long buffer_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp); 412 static long buffer_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in buffer_callback_ctrl()
|
H A D | bio_lib.c | 686 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in BIO_callback_ctrl()
|
/openssl/crypto/evp/ |
H A D | bio_md.c | 26 static long md_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp); 196 static long md_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in md_callback_ctrl()
|
H A D | bio_enc.c | 24 static long enc_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fps); 399 static long enc_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in enc_callback_ctrl()
|
H A D | bio_ok.c | 87 static long ok_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp); 405 static long ok_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in ok_callback_ctrl()
|
H A D | bio_b64.c | 23 static long b64_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp); 520 static long b64_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in b64_callback_ctrl()
|
/openssl/doc/man3/ |
H A D | BIO_ctrl.pod | 8 BIO_get_info_callback, BIO_set_info_callback, BIO_info_cb, BIO_get_ktls_send, 16 typedef int BIO_info_cb(BIO *b, int state, int res); 19 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *cb); 35 int BIO_get_info_callback(BIO *b, BIO_info_cb **cbp); 36 int BIO_set_info_callback(BIO *b, BIO_info_cb *cb);
|
H A D | BIO_meth_new.pod | 45 long (*callback_ctrl)(BIO *, int, BIO_info_cb *)); 71 long (*BIO_meth_get_callback_ctrl(const BIO_METHOD *biom))(BIO *, int, BIO_info_cb *);
|
H A D | BIO_set_callback.pod | 225 argument of type B<BIO_info_cb> itself. In this case B<parg> is a pointer to
|
/openssl/include/internal/ |
H A D | bio.h | 29 long (*callback_ctrl) (BIO *, int, BIO_info_cb *);
|
/openssl/crypto/asn1/ |
H A D | bio_asn1.c | 69 static long asn1_bio_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp); 316 static long asn1_bio_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in asn1_bio_callback_ctrl()
|
/openssl/ssl/ |
H A D | bio_ssl.c | 25 static long ssl_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp); 408 static long ssl_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in ssl_callback_ctrl()
|
/openssl/crypto/comp/ |
H A D | c_zlib.c | 367 static long bio_zlib_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp); 714 static long bio_zlib_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in bio_zlib_callback_ctrl()
|
H A D | c_brotli.c | 411 static long bio_brotli_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp); 792 static long bio_brotli_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in bio_brotli_callback_ctrl()
|
H A D | c_zstd.c | 477 static long bio_zstd_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp); 837 static long bio_zstd_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in bio_zstd_callback_ctrl()
|
/openssl/include/openssl/ |
H A D | bio.h.in | 333 typedef int BIO_info_cb(BIO *, int, int); 334 typedef BIO_info_cb bio_info_cb; /* backward compatibility */ 730 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp); 969 BIO_info_cb *)); 991 BIO_info_cb *);
|
/openssl/util/ |
H A D | indent.pro | 478 -T BIO_info_cb
|
H A D | other.syms | 143 BIO_info_cb datatype
|