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 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 struct
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));
    [all...]
  /external/openssl/include/openssl/
bio.h 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 struct
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));
    [all...]

Completed in 139 milliseconds