HomeSort by relevance Sort by last modified time
    Searched defs:bio_st (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/bio/
bio.h 204 typedef struct bio_st BIO;
258 long (*BIO_get_callback(const BIO *b)) (struct bio_st *,int,const char *,int, long,long);
260 long (*callback)(struct bio_st *,int,const char *,int, long,long));
267 typedef void bio_info_cb(struct bio_st *, int, const char *, int, long, long);
283 struct bio_st struct
287 long (*callback)(struct bio_st *,int,const char *,int, long,long);
296 struct bio_st *next_bio; /* used by filter BIOs */
297 struct bio_st *prev_bio; /* used by filter BIOs */
583 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long));
  /external/openssl/include/openssl/
bio.h 204 typedef struct bio_st BIO;
258 long (*BIO_get_callback(const BIO *b)) (struct bio_st *,int,const char *,int, long,long);
260 long (*callback)(struct bio_st *,int,const char *,int, long,long));
267 typedef void bio_info_cb(struct bio_st *, int, const char *, int, long, long);
283 struct bio_st struct
287 long (*callback)(struct bio_st *,int,const char *,int, long,long);
296 struct bio_st *next_bio; /* used by filter BIOs */
297 struct bio_st *prev_bio; /* used by filter BIOs */
583 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long));

Completed in 35 milliseconds