Searched refs:bio_st (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Dbio.h233 typedef struct bio_st BIO;
287 long (*BIO_get_callback(const BIO *b)) (struct bio_st *,int,const char *,int, long,long);
289 long (*callback)(struct bio_st *,int,const char *,int, long,long));
296 typedef void bio_info_cb(struct bio_st *, int, const char *, int, long, long);
312 struct bio_st struct
316 long (*callback)(struct bio_st *,int,const char *,int, long,long);
325 struct bio_st *next_bio; /* used by filter BIOs */
326 struct bio_st *prev_bio; /* used by filter BIOs */
651 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long));
H A Dbio_lib.c159 long (*BIO_get_callback(const BIO *b))(struct bio_st *,int,const char *,int, long,long)
164 void BIO_set_callback(BIO *b, long (*cb)(struct bio_st *,int,const char *,int, long,long))
378 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long))
H A Dbss_conn.c617 data->info_callback=(int (*)(const struct bio_st *, int, int))fp;
/freebsd-10.0-release/crypto/openssl/crypto/
H A Dcrypto.h283 typedef struct bio_st BIO_dummy;
537 void CRYPTO_mem_leaks(struct bio_st *bio);

Completed in 71 milliseconds