Home | History | Annotate | Download | only in bio

Lines Matching defs:bio_st

231 typedef struct bio_st BIO;
285 long (*BIO_get_callback(const BIO *b)) (struct bio_st *,int,const char *,int, long,long);
287 long (*callback)(struct bio_st *,int,const char *,int, long,long));
294 typedef void bio_info_cb(struct bio_st *, int, const char *, int, long, long);
310 struct bio_st
314 long (*callback)(struct bio_st *,int,const char *,int, long,long);
323 struct bio_st *next_bio; /* used by filter BIOs */
324 struct bio_st *prev_bio; /* used by filter BIOs */
647 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long));