Symbol: BIO_info_cb
crypto/openssl/crypto/asn1/bio_asn1.c
313
static long asn1_bio_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/openssl/crypto/asn1/bio_asn1.c
69
static long asn1_bio_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
crypto/openssl/crypto/bio/bf_buff.c
22
static long buffer_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
crypto/openssl/crypto/bio/bf_buff.c
411
static long buffer_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/openssl/crypto/bio/bf_lbuf.c
23
static long linebuffer_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
crypto/openssl/crypto/bio/bf_lbuf.c
318
static long linebuffer_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/openssl/crypto/bio/bf_nbio.c
170
static long nbiof_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/openssl/crypto/bio/bf_nbio.c
27
static long nbiof_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
crypto/openssl/crypto/bio/bf_null.c
24
static long nullf_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
crypto/openssl/crypto/bio/bf_null.c
94
static long nullf_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/openssl/crypto/bio/bf_prefix.c
194
static long prefix_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/openssl/crypto/bio/bf_prefix.c
23
static long prefix_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
crypto/openssl/crypto/bio/bf_readbuff.c
211
static long readbuffer_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/openssl/crypto/bio/bf_readbuff.c
31
static long readbuffer_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
crypto/openssl/crypto/bio/bio_lib.c
682
long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/openssl/crypto/bio/bio_meth.c
224
long (*BIO_meth_get_callback_ctrl(const BIO_METHOD *biom))(BIO *, int, BIO_info_cb *)
crypto/openssl/crypto/bio/bio_meth.c
232
BIO_info_cb *))
crypto/openssl/crypto/bio/bss_conn.c
114
BIO_info_cb *cb = NULL;
crypto/openssl/crypto/bio/bss_conn.c
42
BIO_info_cb *info_callback;
crypto/openssl/crypto/bio/bss_conn.c
57
static long conn_callback_ctrl(BIO *h, int cmd, BIO_info_cb *);
crypto/openssl/crypto/bio/bss_conn.c
677
BIO_info_cb **fptr;
crypto/openssl/crypto/bio/bss_conn.c
679
fptr = (BIO_info_cb **)ptr;
crypto/openssl/crypto/bio/bss_conn.c
718
static long conn_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/openssl/crypto/comp/c_brotli.c
411
static long bio_brotli_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
crypto/openssl/crypto/comp/c_brotli.c
791
static long bio_brotli_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/openssl/crypto/comp/c_zlib.c
366
static long bio_zlib_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
crypto/openssl/crypto/comp/c_zlib.c
712
static long bio_zlib_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/openssl/crypto/comp/c_zstd.c
476
static long bio_zstd_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
crypto/openssl/crypto/comp/c_zstd.c
839
static long bio_zstd_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/openssl/crypto/evp/bio_b64.c
23
static long b64_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
crypto/openssl/crypto/evp/bio_b64.c
518
static long b64_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/openssl/crypto/evp/bio_enc.c
24
static long enc_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fps);
crypto/openssl/crypto/evp/bio_enc.c
400
static long enc_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/openssl/crypto/evp/bio_md.c
196
static long md_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/openssl/crypto/evp/bio_md.c
26
static long md_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
crypto/openssl/crypto/evp/bio_ok.c
404
static long ok_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/openssl/crypto/evp/bio_ok.c
88
static long ok_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
crypto/openssl/include/internal/bio.h
29
long (*callback_ctrl)(BIO *, int, BIO_info_cb *);
crypto/openssl/include/openssl/bio.h
1001
BIO_info_cb *));
crypto/openssl/include/openssl/bio.h
1023
BIO_info_cb *);
crypto/openssl/include/openssl/bio.h
336
typedef BIO_info_cb bio_info_cb; /* backward compatibility */
crypto/openssl/include/openssl/bio.h
759
long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
crypto/openssl/ssl/bio_ssl.c
27
static long ssl_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
crypto/openssl/ssl/bio_ssl.c
415
static long ssl_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)